Freigeben über


PushNotificationReceivedEventArgs.RawNotification Eigenschaft

Definition

Ruft den app-definierten Inhalt ab, der in dieser Pushbenachrichtigung enthalten ist, deren Inhalt zum Ausführen einer Hintergrundaufgabe für die App verwendet wird.

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

Eigenschaftswert

Kapselt den von der App definierten Inhalt der unformatierten Benachrichtigung. Wenn NotificationType nicht vom Typ Raw ist, ist dieser Wert NULL.

Gilt für:

Weitere Informationen