AppNotificationManager.Show(AppNotification) 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.
Affiche la notification d’application spécifiée dans le Centre de notifications.
Notes
La classe AppNotificationManager a une dépendance sur le package Singleton. En raison de cette dépendance, certaines considérations doivent être prises en compte si vous appelez ces API à partir d’une application autonome. Pour plus d’informations et pour plus d’informations, consultez Dépendances sur des packages MSIX supplémentaires.
public:
virtual void Show(AppNotification ^ notification) = Show;
void Show(AppNotification const& notification);
public void Show(AppNotification notification);
function show(notification)
Public Sub Show (notification As AppNotification)
Paramètres
- notification
- AppNotification
Objet AppNotification représentant la notification à afficher.
Remarques
Important
Votre application doit appeler Register avant d’appeler Show.