共用方式為


INStartWorkoutIntentHandling_Extensions.ResolveIsOpenEnded 方法

定義

開發人員可以實作這個方法,以自訂判斷是否開放開放。

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

參數

This
IINStartWorkoutIntentHandling

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

intent
INStartWorkoutIntent

指定使用者的意圖。

completion
Action<INBooleanResolutionResult>

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

適用於