PushNotificationReceivedEventArgs.BadgeNotification 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’une mise à jour de badge à effectuer en réponse à cette notification Push.
public:
property BadgeNotification ^ BadgeNotification { BadgeNotification ^ get(); };
BadgeNotification BadgeNotification();
public BadgeNotification BadgeNotification { get; }
var badgeNotification = pushNotificationReceivedEventArgs.badgeNotification;
Public ReadOnly Property BadgeNotification As BadgeNotification
Valeur de propriété
Contient les informations de mise à jour. Si NotificationType n’est pas de type Badge, 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