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。