共用方式為


DevicePickerFilter.SupportedDeviceSelectors 屬性

定義

取得 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)

屬性值

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

AQS 篩選清單。

適用於