次の方法で共有


INSetClimateSettingsInCarIntentHandling_Extensions.ResolveAirCirculationMode メソッド

定義

開発者は、このメソッドをオーバーライドして、空気循環モードの解像度をカスタマイズできます。

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

パラメーター

This
IINSetClimateSettingsInCarIntentHandling

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

intent
INSetClimateSettingsInCarIntent

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

completion
Action<INCarAirCirculationModeResolutionResult>

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

適用対象