CPMapTemplateDelegate_Extensions.ShouldShowNotificationForNavigationAlert 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 pour déterminer si une alerte de navigation doit être affichée lorsque l’application s’exécute en arrière-plan.
public static bool ShouldShowNotificationForNavigationAlert (this CarPlay.ICPMapTemplateDelegate This, CarPlay.CPMapTemplate mapTemplate, CarPlay.CPNavigationAlert navigationAlert);
static member ShouldShowNotificationForNavigationAlert : CarPlay.ICPMapTemplateDelegate * CarPlay.CPMapTemplate * CarPlay.CPNavigationAlert -> bool
Paramètres
Instance sur laquelle cette méthode fonctionne.
- mapTemplate
- CPMapTemplate
Modèle pour le mappage à interroger.
- navigationAlert
- CPNavigationAlert
Alerte de navigation sur laquelle interroger.
Retours
true
si l’alerte de navigation doit être affichée. Sinon, false
.