Share via


StorageProviderSuggestionsQueryOptions.PropertiesToFetch Property

Definition

public:
 property IVectorView<Platform::String ^> ^ PropertiesToFetch { IVectorView<Platform::String ^> ^ get(); };
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
IVectorView<winrt::hstring> PropertiesToFetch();
[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

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

Attributes

Applies to