次の方法で共有


PushNotificationReceivedEventArgs.ToastNotification プロパティ

定義

このプッシュ通知に応答して表示するトーストの内容を取得します。

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

プロパティ値

トースト情報を保持します。 NotificationTypeToast 型でない場合、この値は NULL です

Windows の要件

アプリの機能
internetClient

適用対象

こちらもご覧ください