次の方法で共有


INSetClimateSettingsInCarIntentHandling_Extensions.ResolveRelativeTemperatureSetting メソッド

定義

開発者は、温度設定の相対的な増減の解像度をカスタマイズするために、このメソッドをオーバーライドできます。

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

パラメーター

This
IINSetClimateSettingsInCarIntentHandling

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

intent
INSetClimateSettingsInCarIntent

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

completion
Action<INRelativeSettingResolutionResult>

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

適用対象