共用方式為


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>

覆寫必須呼叫的完成方法。

適用於