VpnCustomPromptOptionSelector.Options プロパティ

定義

複数選択 UI 要素の選択肢として表示される文字列の一覧を取得します。 プラグインはリストを取得し、必要な文字列 (表示順) で入力することが期待されます。

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

プロパティ値

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

複数選択 UI 要素の選択肢として表示される文字列の一覧。

Windows の要件

アプリの機能
networkingVpnProvider

適用対象