PushNotificationReceivedEventArgs.RawNotification 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此推送通知中包含的应用定义内容,其内容用于对应用执行后台任务。
public:
property RawNotification ^ RawNotification { RawNotification ^ get(); };
RawNotification RawNotification();
public RawNotification RawNotification { get; }
var rawNotification = pushNotificationReceivedEventArgs.rawNotification;
Public ReadOnly Property RawNotification As RawNotification
属性值
封装原始通知的应用定义内容。 如果 NotificationType 不是 Raw 类型,则此值为 NULL。