Partager via


INSetClimateSettingsInCarIntentHandling_Extensions.ConfirmSetClimateSettingsInCar Méthode

Définition

Les développeurs peuvent remplacer cette méthode pour personnaliser la confirmation des paramètres climatiques.

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

Paramètres

This
IINSetClimateSettingsInCarIntentHandling

Instance sur laquelle cette méthode fonctionne.

intent
INSetClimateSettingsInCarIntent

Spécifie l’intention de l’utilisateur.

completion
Action<INSetClimateSettingsInCarIntentResponse>

Méthode d’achèvement qui doit être appelée par le remplacement.

S’applique à