ScheduledToastNotificationShowingEventArgs.ScheduledToastNotification 属性

定义

获取正在显示的计划 Toast 通知。

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

属性值

正在显示的计划 Toast 通知。

适用于