다음을 통해 공유


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>

재정의에서 호출해야 하는 완료 메서드입니다.

적용 대상