PushNotificationReceivedEventArgs.RawNotification 属性

定义

获取此推送通知中包含的应用定义内容,其内容用于对应用执行后台任务。

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

适用于

另请参阅