Condividi tramite


PushNotificationReceivedEventArgs.ToastNotification Proprietà

Definizione

Ottiene il contenuto di un avviso popup da visualizzare in risposta a questa notifica push.

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

Valore della proprietà

Contiene le informazioni di tipo avviso popup. Se NotificationType non è di tipo Avviso popup, questo valore è NULL.

Requisiti Windows

Funzionalità dell'app
internetClient

Si applica a

Vedi anche