StorageProviderSuggestionsQueryOptions.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).
Important
The Windows.Storage.Provider.StorageProviderSuggestionsQueryOptions API is part of a Limited Access Feature (see LimitedAccessFeatures class). For more information or to request an unlock token, please use the LAF Access Token Request Form.
public:
property IVectorView<Platform::String ^> ^ PropertiesToFetch { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> PropertiesToFetch();
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
IVectorView<winrt::hstring> PropertiesToFetch();
public IReadOnlyList<string> PropertiesToFetch { get; }
[Windows.Foundation.Metadata.Experimental]
public IReadOnlyList<string> PropertiesToFetch { [Windows.Foundation.Metadata.Experimental] get; }
var iVectorView = storageProviderSuggestionsQueryOptions.propertiesToFetch;
Public ReadOnly Property PropertiesToFetch As IReadOnlyList(Of String)
Property Value
The vector of additional properties to return for each query result.
- Attributes
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.