次の方法で共有


INSetClimateSettingsInCarIntentHandling_Extensions.ConfirmSetClimateSettingsInCar メソッド

定義

開発者は、このメソッドをオーバーライドして、気候設定の確認をカスタマイズできます。

public static void ConfirmSetClimateSettingsInCar (this Intents.IINSetClimateSettingsInCarIntentHandling This, Intents.INSetClimateSettingsInCarIntent intent, Action<Intents.INSetClimateSettingsInCarIntentResponse> completion);
static member ConfirmSetClimateSettingsInCar : Intents.IINSetClimateSettingsInCarIntentHandling * Intents.INSetClimateSettingsInCarIntent * Action<Intents.INSetClimateSettingsInCarIntentResponse> -> unit

パラメーター

This
IINSetClimateSettingsInCarIntentHandling

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

intent
INSetClimateSettingsInCarIntent

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

completion
Action<INSetClimateSettingsInCarIntentResponse>

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

適用対象