다음을 통해 공유


INSetClimateSettingsInCarIntentHandling_Extensions.ConfirmSetClimateSettingsInCar 메서드

정의

개발자는 기후 설정 확인을 사용자 지정하기 위해 이 방법을 재정의할 수 있습니다.

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

매개 변수

This
IINSetClimateSettingsInCarIntentHandling

이 메서드가 작동하는 인스턴스입니다.

intent
INSetClimateSettingsInCarIntent

사용자의 의도를 지정합니다.

completion
Action<INSetClimateSettingsInCarIntentResponse>

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

적용 대상