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>

必须由替代调用的完成方法。

适用于