DevicePickerFilter.SupportedDeviceSelectors プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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)
プロパティ値
AQS フィルターの一覧。