Partager via


AppNotificationManager.Show(AppNotification) Méthode

Définition

Affiche la notification d’application spécifiée dans le Centre de notifications.

Note

La classe AppNotificationManager a une dépendance sur le package Singleton . En raison de cette dépendance, il existe certaines considérations à prendre en compte si vous appelez ces API à partir d’une application autonome . Pour plus d’informations et de détails, 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 Inscrire avant d’appeler Afficher.

S’applique à