VpnChannel.RequestCustomPromptAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
プロンプトを表示して、ユーザーに情報を要求します。 混合できるプロンプト要素を使用して、ユーザーに完全なプロンプトを作成できるようにします。 ユーザーによって提供された入力は、指定されたオブジェクトの呼び出し元に返されます。
public:
virtual IAsyncAction ^ RequestCustomPromptAsync(IVectorView<IVpnCustomPromptElement ^> ^ customPromptElement) = RequestCustomPromptAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction RequestCustomPromptAsync(IVectorView<IVpnCustomPromptElement> const& customPromptElement);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction RequestCustomPromptAsync(IReadOnlyList<IVpnCustomPromptElement> customPromptElement);
function requestCustomPromptAsync(customPromptElement)
Public Function RequestCustomPromptAsync (customPromptElement As IReadOnlyList(Of IVpnCustomPromptElement)) As IAsyncAction
パラメーター
- customPromptElement
カスタム プロンプト要素の一覧。
戻り値
非同期アクションを表します。
- 属性
Windows の要件
アプリの機能 |
networkingVpnProvider
|