PushNotificationReceivedEventArgs.BadgeNotification Propriedade

Definição

Obtém o conteúdo de uma atualização de selo a ser executada em resposta a essa notificação por push.

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

Valor da propriedade

Contém as informações de atualização. Se NotificationType não for do tipo Selo, esse valor será NULL.

Requisitos do Windows

Funcionalidades do aplicativo
internetClient

Aplica-se a

Confira também