次の方法で共有


DevicePickerFilter.SupportedDeviceSelectors プロパティ

定義

AQS フィルター文字列の一覧を取得します。 これは既定で空のリストに設定されます (フィルターなし)。 このベクターに 1 つ以上の AQS フィルター文字列を追加し、指定されたフィルターの 1 つ以上を満たすデバイスリストにフィルターを適用できます。

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 フィルターの一覧。

適用対象