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