Partager via


AppNotificationManager.Show(AppNotification) Méthode

Définition

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.

S’applique à