次の方法で共有


INSearchForAccountsIntentHandling_Extensions.ResolveRequestedBalanceType メソッド

定義

開発者は、このメソッドを実装して、要求された残高の種類の解決をカスタマイズできます。

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

パラメーター

This
IINSearchForAccountsIntentHandling

このメソッドが動作するインスタンス。

intent
INSearchForAccountsIntent

ユーザーの意図を指定します。

completion
Action<INBalanceTypeResolutionResult>

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

適用対象