Share via


ScheduledToastNotificationShowingEventArgs.ScheduledToastNotification 屬性

定義

取得顯示的排程快顯通知。

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

屬性值

顯示的排程快顯通知。

適用於