次の方法で共有


INSetClimateSettingsInCarIntentHandling_Extensions.ResolveEnableAirConditioner メソッド

定義

開発者は、エアコンを有効にできるかどうかを示す解像度をカスタマイズするために、このメソッドをオーバーライドできます。

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

パラメーター

This
IINSetClimateSettingsInCarIntentHandling

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

intent
INSetClimateSettingsInCarIntent

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

completion
Action<INBooleanResolutionResult>

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

適用対象