INSearchForAccountsIntentHandling_Extensions.Confirm 方法

定义

开发人员可以实现此方法来确认本地和远程资源是否已准备好执行搜索。

public static void Confirm (this Intents.IINSearchForAccountsIntentHandling This, Intents.INSearchForAccountsIntent intent, Action<Intents.INSearchForAccountsIntentResponse> completion);
static member Confirm : Intents.IINSearchForAccountsIntentHandling * Intents.INSearchForAccountsIntent * Action<Intents.INSearchForAccountsIntentResponse> -> unit

参数

This
IINSearchForAccountsIntentHandling

此方法在其上运行的实例。

intent
INSearchForAccountsIntent

指定用户的意图。

completion
Action<INSearchForAccountsIntentResponse>

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

适用于