PushNotificationReceivedEventArgs.Payload 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取触发关联 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[]
表示推送通知有效负载的字节数组。