次の方法で共有


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>

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

適用対象