CPInterfaceControllerDelegate_Extensions.TemplateWillAppear 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.
Méthode appelée lorsqu’un modèle est sur le point d’apparaître.
public static void TemplateWillAppear (this CarPlay.ICPInterfaceControllerDelegate This, CarPlay.CPTemplate aTemplate, bool animated);
static member TemplateWillAppear : CarPlay.ICPInterfaceControllerDelegate * CarPlay.CPTemplate * bool -> unit
Paramètres
Instance sur laquelle cette méthode fonctionne.
- aTemplate
- CPTemplate
Modèle qui s’affiche.
- animated
- Boolean
true
si la transition est automatisée. Sinon, false
.