PushNotificationReceivedEventArgs.ToastNotification Propriété
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.
Obtient le contenu d’un toast à afficher en réponse à cette notification Push.
public:
property ToastNotification ^ ToastNotification { ToastNotification ^ get(); };
ToastNotification ToastNotification();
public ToastNotification ToastNotification { get; }
var toastNotification = pushNotificationReceivedEventArgs.toastNotification;
Public ReadOnly Property ToastNotification As ToastNotification
Valeur de propriété
Contient les informations toast. Si NotificationType n’est pas de type Toast, cette valeur est NULL.
Configuration requise pour Windows
Fonctionnalités de l’application |
internetClient
|
S’applique à
Voir aussi
- Vue d’ensemble des services de notifications Push Windows (WNS)
- Exemple de notifications Push et périodiques (archivé)
- Démarrage rapide : envoi d’une notification Push
- Comment demander, créer et enregistrer un canal de notification
- En-têtes des demandes et des réponses du service de notifications Push