Поделиться через


StorageProviderSearchQueryOptions.PropertiesToFetch Property

Definition

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

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

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).

Applies to