PushNotificationReceivedEventArgs.ToastNotification プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このプッシュ通知に応答して表示するトーストの内容を取得します。
public:
property ToastNotification ^ ToastNotification { ToastNotification ^ get(); };
ToastNotification ToastNotification();
public ToastNotification ToastNotification { get; }
var toastNotification = pushNotificationReceivedEventArgs.toastNotification;
Public ReadOnly Property ToastNotification As ToastNotification
プロパティ値
トースト情報を保持します。 NotificationType が Toast 型でない場合、この値は NULL です。
Windows の要件
アプリの機能 |
internetClient
|