Compartir a través de


PushNotificationReceivedEventArgs.ToastNotification Propiedad

Definición

Obtiene el contenido de una notificación del sistema que se va a mostrar en respuesta a esta notificación push.

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

Valor de propiedad

Contiene la información del sistema. Si NotificationType no es de tipo Toast, este valor es NULL.

Requisitos de Windows

Características de aplicaciones
internetClient

Se aplica a

Consulte también