Condividi tramite


PushNotificationReceivedEventArgs.BadgeNotification Proprietà

Definizione

Ottiene il contenuto di un aggiornamento badge da eseguire in risposta a questa notifica push.

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

Valore della proprietà

Contiene le informazioni sull'aggiornamento. Se NotificationType non è di tipo Badge, questo valore è NULL.

Requisiti Windows

Funzionalità dell'app
internetClient

Si applica a

Vedi anche