StorageProviderSearchQueryOptions.PropertiesToFetch Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.