PushNotificationReceivedEventArgs.ToastNotification Property

Definition

Gets the content of a toast to display in response to this push notification.

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

Property Value

Holds the toast information. If NotificationType is not of type Toast, this value is NULL.

Windows requirements

App capabilities
internetClient

Applies to

See also