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 です。