DevicePickerFilter.SupportedDeviceSelectors 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 AQS 篩選字串的清單。 這預設為空白清單, (沒有篩選準則) 。 您可以將一或多個 AQS 篩選字串新增至此向量,並將裝置清單篩選為符合一或多個提供的篩選準則。
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)
屬性值
AQS 篩選清單。