次の方法で共有


INAddTasksIntentHandling_Extensions.Confirm メソッド

定義

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

public static void Confirm (this Intents.IINAddTasksIntentHandling This, Intents.INAddTasksIntent intent, Action<Intents.INAddTasksIntentResponse> completion);
static member Confirm : Intents.IINAddTasksIntentHandling * Intents.INAddTasksIntent * Action<Intents.INAddTasksIntentResponse> -> unit

パラメーター

This
IINAddTasksIntentHandling

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

intent
INAddTasksIntent

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

completion
Action<INAddTasksIntentResponse>

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

適用対象