次の方法で共有


INCreateTaskListIntentHandling_Extensions.Confirm メソッド

定義

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

public static void Confirm (this Intents.IINCreateTaskListIntentHandling This, Intents.INCreateTaskListIntent intent, Action<Intents.INCreateTaskListIntentResponse> completion);
static member Confirm : Intents.IINCreateTaskListIntentHandling * Intents.INCreateTaskListIntent * Action<Intents.INCreateTaskListIntentResponse> -> unit

パラメーター

This
IINCreateTaskListIntentHandling

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

intent
INCreateTaskListIntent

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

completion
Action<INCreateTaskListIntentResponse>

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

適用対象