Share via


PushNotificationReceivedEventArgs.Payload Eigenschaft

Definition

Ruft die Nutzlast der Pushbenachrichtigung ab, die das zugeordnete PushReceived-Ereignis ausgelöst hat .

public:
 property Platform::Array <byte> ^ Payload { Platform::Array <byte> ^ get(); };
winrt::array_view <byte> Payload();
public byte[] Payload { get; }
var byte[] = pushNotificationReceivedEventArgs.payload;
Public ReadOnly Property Payload As Byte()

Eigenschaftswert

Byte[]

byte[]

Ein Array von Bytes, das die Nutzlast von Pushbenachrichtigungen darstellt.

Gilt für: