다음을 통해 공유


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>

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

적용 대상