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

適用於

另請參閱