INSetClimateSettingsInCarIntentHandling_Extensions.ConfirmSetClimateSettingsInCar Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Instance sur laquelle cette méthode fonctionne.
Spécifie l’intention de l’utilisateur.
- completion
- Action<INSetClimateSettingsInCarIntentResponse>
Méthode d’achèvement qui doit être appelée par le remplacement.