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 筛选器的列表。

适用于