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>

必须由重写调用的完成方法。

适用于