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.
Note
La classe
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.