Partager via


PushNotificationReceivedEventArgs.BadgeNotification Propriété

Définition

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