次の方法で共有


ScheduledToastNotificationShowingEventArgs.ScheduledToastNotification プロパティ

定義

表示されているスケジュールされたトースト通知を取得します。

public:
 property ScheduledToastNotification ^ ScheduledToastNotification { ScheduledToastNotification ^ get(); };
ScheduledToastNotification ScheduledToastNotification();
public ScheduledToastNotification ScheduledToastNotification { get; }
var scheduledToastNotification = scheduledToastNotificationShowingEventArgs.scheduledToastNotification;
Public ReadOnly Property ScheduledToastNotification As ScheduledToastNotification

プロパティ値

表示されているスケジュールされたトースト通知。

適用対象