Share via


INSearchForAccountsIntentHandling_Extensions.ResolveAccountType 方法

定义

开发人员可以实现此方法来自定义帐户类型的解析。

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

参数

This
IINSearchForAccountsIntentHandling

此方法操作的实例。

intent
INSearchForAccountsIntent

指定用户的意图。

completion
Action<INAccountTypeResolutionResult>

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

适用于