PushNotificationReceivedEventArgs.BadgeNotification Eigenschaft

Definition

Ruft den Inhalt eines Badgeupdates ab, das als Reaktion auf diese Pushbenachrichtigung ausgeführt werden soll.

public:
 property BadgeNotification ^ BadgeNotification { BadgeNotification ^ get(); };
BadgeNotification BadgeNotification();
public BadgeNotification BadgeNotification { get; }
var badgeNotification = pushNotificationReceivedEventArgs.badgeNotification;
Public ReadOnly Property BadgeNotification As BadgeNotification

Eigenschaftswert

Enthält die Updateinformationen. Wenn NotificationType nicht vom Typ Badge ist, ist dieser Wert NULL.

Windows-Anforderungen

App-Funktionen
internetClient

Gilt für:

Weitere Informationen