QueryOptions.StorageProviderIdFilter Property

Definition

Gets the filter for storage provider identifiers.

public:
 property IVector<Platform::String ^> ^ StorageProviderIdFilter { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> StorageProviderIdFilter();
public IList<string> StorageProviderIdFilter { get; }
var iVector = queryOptions.storageProviderIdFilter;
Public ReadOnly Property StorageProviderIdFilter As IList(Of String)

Property Value

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

The filter string.

Applies to