Freigeben über


PushNotificationReceivedEventArgs.ToastNotification Eigenschaft

Definition

Ruft den Inhalt eines Popups ab, das als Reaktion auf diese Pushbenachrichtigung angezeigt werden soll.

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

Eigenschaftswert

Enthält die Popupinformationen. Wenn NotificationType nicht vom Typ Toast ist, ist dieser Wert NULL.

Windows-Anforderungen

App-Funktionen
internetClient

Gilt für:

Weitere Informationen