Partager via


PushNotificationReceivedEventArgs.ToastNotification Propriété

Définition

Obtient le contenu d’un toast à afficher en réponse à cette notification Push.

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

Valeur de propriété

Contient les informations toast. Si NotificationType n’est pas de type Toast, cette valeur est NULL.

Configuration requise pour Windows

Fonctionnalités de l’application
internetClient

S’applique à

Voir aussi