PushNotificationReceivedEventArgs.RawNotification Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le contenu défini par l’application contenu dans cette notification Push, dont le contenu est utilisé pour effectuer une tâche en arrière-plan sur l’application.
public:
property RawNotification ^ RawNotification { RawNotification ^ get(); };
RawNotification RawNotification();
public RawNotification RawNotification { get; }
var rawNotification = pushNotificationReceivedEventArgs.rawNotification;
Public ReadOnly Property RawNotification As RawNotification
Valeur de propriété
Encapsule le contenu défini par l’application de la notification brute. Si NotificationType n’est pas de type Raw, cette valeur est NULL.
S’applique à
Voir aussi
- RawNotification
- Vue d’ensemble des services de notifications Push Windows (WNS)
- Exemple de notifications Push et périodiques (archivé)
- Comment s’authentifier auprès des services de notifications Push Windows (WNS)
- Comment demander, créer et enregistrer un canal de notification
- En-têtes des demandes et des réponses du service de notifications Push