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>

必须由替代调用的完成方法。

适用于