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 the search query.
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 list of properties to fetch for the search query as a read-only list of strings.
Remarks
The property entries are canonical property names from the Windows property system (i.e. System.DisplayName or System.DateModified).