Condividi tramite


DevicePickerFilter.SupportedDeviceSelectors Proprietà

Definizione

Ottiene un elenco di stringhe di filtro AQS. Per impostazione predefinita, l'elenco è vuoto (nessun filtro). È possibile aggiungere una o più stringhe di filtro AQS a questo vettore e filtrare l'elenco dei dispositivi a quelli che soddisfano uno o più filtri forniti.

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

Valore della proprietà

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

Elenco di filtri AQS.

Si applica a