Compartir a través de


PushNotificationReceivedEventArgs.BadgeNotification Propiedad

Definición

Obtiene el contenido de una actualización de distintivo que se va a realizar en respuesta a esta notificación de inserción.

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

Valor de propiedad

Contiene la información de actualización. Si NotificationType no es de tipo Badge, este valor es NULL.

Requisitos de Windows

Características de aplicaciones
internetClient

Se aplica a

Consulte también