Compartilhar via


PushNotificationReceivedEventArgs.ToastNotification Propriedade

Definição

Obtém o conteúdo de um sistema a ser exibido em resposta a essa notificação por push.

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

Valor da propriedade

Contém as informações do sistema. Se NotificationType não for do tipo Toast, esse valor será NULL.

Requisitos do Windows

Funcionalidades do aplicativo
internetClient

Aplica-se a

Confira também