PushNotificationReceivedEventArgs.Payload 属性

定义

获取触发关联 PushReceived 事件的推送通知的有效负载。

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()

属性值

Byte[]

byte[]

表示推送通知有效负载的字节数组。

适用于