次の方法で共有


INSearchForAccountsIntentHandling_Extensions.Confirm メソッド

定義

開発者は、このメソッドを実装して、ローカル リソースとリモート リソースが検索を実行する準備ができているかどうかを確認できます。

public static void Confirm (this Intents.IINSearchForAccountsIntentHandling This, Intents.INSearchForAccountsIntent intent, Action<Intents.INSearchForAccountsIntentResponse> completion);
static member Confirm : Intents.IINSearchForAccountsIntentHandling * Intents.INSearchForAccountsIntent * Action<Intents.INSearchForAccountsIntentResponse> -> unit

パラメーター

This
IINSearchForAccountsIntentHandling

このメソッドが動作するインスタンス。

intent
INSearchForAccountsIntent

ユーザーの意図を指定します。

completion
Action<INSearchForAccountsIntentResponse>

オーバーライドによって呼び出される必要がある Completion メソッド。

適用対象