Share via


StorageProviderSearchQueryOptions.PropertiesToFetch Property

Definition

Gets the vector of additional properties to return for each query result. These are canonical property names from the Windows Property System (e.g. System.FileName or System.DateModified).

public:
 property IVectorView<Platform::String ^> ^ PropertiesToFetch { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> PropertiesToFetch();
public IReadOnlyList<string> PropertiesToFetch { get; }
var iVectorView = storageProviderSearchQueryOptions.propertiesToFetch;
Public ReadOnly Property PropertiesToFetch As IReadOnlyList(Of String)

Property Value

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

The vector of additional properties to return for each query result.

Remarks

The set of requested properties may vary depending on the SuggestionKind assigned to the query, or the OS version. Unsupported or unrecognized properties should be ignored by the provider.

Applies to

See also