共用方式為


INSetTaskAttributeIntentHandling_Extensions.Confirm 方法

定義

開發人員可以實作這個方法來確認本機和遠端資源是否準備好更新屬性。

public static void Confirm (this Intents.IINSetTaskAttributeIntentHandling This, Intents.INSetTaskAttributeIntent intent, Action<Intents.INSetTaskAttributeIntentResponse> completion);
static member Confirm : Intents.IINSetTaskAttributeIntentHandling * Intents.INSetTaskAttributeIntent * Action<Intents.INSetTaskAttributeIntentResponse> -> unit

參數

This
IINSetTaskAttributeIntentHandling

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

intent
INSetTaskAttributeIntent

指定使用者的意圖。

completion
Action<INSetTaskAttributeIntentResponse>

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

適用於