次の方法で共有


DialDevicePickerFilter.SupportedAppNames プロパティ

定義

リモート デバイスでサポートされている DIAL アプリの一覧を取得します。 既定値は空のリスト (フィルターなし) です。 1 つ以上のアプリ名を追加し、サポートされているアプリを起動できるデバイスの一覧にフィルターを適用できます。

public:
 property IVector<Platform::String ^> ^ SupportedAppNames { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> SupportedAppNames();
public IList<string> SupportedAppNames { get; }
var iVector = dialDevicePickerFilter.supportedAppNames;
Public ReadOnly Property SupportedAppNames As IList(Of String)

プロパティ値

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

サポートされているアプリの一覧。

適用対象