PushNotificationReceivedEventArgs.ToastNotification Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|