次の方法で共有


INSearchForNotebookItemsIntentHandling_Extensions.Confirm メソッド

定義

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

public static void Confirm (this Intents.IINSearchForNotebookItemsIntentHandling This, Intents.INSearchForNotebookItemsIntent intent, Action<Intents.INSearchForNotebookItemsIntentResponse> completion);
static member Confirm : Intents.IINSearchForNotebookItemsIntentHandling * Intents.INSearchForNotebookItemsIntent * Action<Intents.INSearchForNotebookItemsIntentResponse> -> unit

パラメーター

This
IINSearchForNotebookItemsIntentHandling

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

intent
INSearchForNotebookItemsIntent

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

completion
Action<INSearchForNotebookItemsIntentResponse>

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

適用対象