次の方法で共有


PushNotificationReceivedEventArgs.RawNotification プロパティ

定義

このプッシュ通知に含まれるアプリ定義コンテンツを取得します。このコンテンツは、アプリでバックグラウンド タスクを実行するために使用されます。

public:
 property RawNotification ^ RawNotification { RawNotification ^ get(); };
RawNotification RawNotification();
public RawNotification RawNotification { get; }
var rawNotification = pushNotificationReceivedEventArgs.rawNotification;
Public ReadOnly Property RawNotification As RawNotification

プロパティ値

生の通知のアプリ定義コンテンツをカプセル化します。 NotificationTypeRaw 型でない場合、この値は NULL です

適用対象

こちらもご覧ください