INGetCarPowerLevelStatusIntentHandling_Extensions.ConfirmGetCarPowerLevelStatus Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Los desarrolladores pueden implementar este método para confirmar si se puede acceder a los niveles de potencia del automóvil.
public static void ConfirmGetCarPowerLevelStatus (this Intents.IINGetCarPowerLevelStatusIntentHandling This, Intents.INGetCarPowerLevelStatusIntent intent, Action<Intents.INGetCarPowerLevelStatusIntentResponse> completion);
static member ConfirmGetCarPowerLevelStatus : Intents.IINGetCarPowerLevelStatusIntentHandling * Intents.INGetCarPowerLevelStatusIntent * Action<Intents.INGetCarPowerLevelStatusIntentResponse> -> unit
Parámetros
Instancia en la que opera este método.
Especifica la intención del usuario.
- completion
- Action<INGetCarPowerLevelStatusIntentResponse>
Método de finalización al que debe llamar la invalidación.