共用方式為


INStartWorkoutIntentHandling_Extensions.ResolveGoalValue 方法

定義

開發人員可以實作這個方法來自訂目標的解決方案。

public static void ResolveGoalValue (this Intents.IINStartWorkoutIntentHandling This, Intents.INStartWorkoutIntent intent, Action<Intents.INDoubleResolutionResult> completion);
static member ResolveGoalValue : Intents.IINStartWorkoutIntentHandling * Intents.INStartWorkoutIntent * Action<Intents.INDoubleResolutionResult> -> unit

參數

This
IINStartWorkoutIntentHandling

這個方法運作所在的 實例。

intent
INStartWorkoutIntent

指定使用者的意圖。

completion
Action<INDoubleResolutionResult>

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

適用於