다음을 통해 공유


ScheduledToastNotificationShowingEventArgs.ScheduledToastNotification 속성

정의

표시되는 예약된 알림 메시지를 가져옵니다.

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

속성 값

예약된 알림 메시지가 표시됩니다.

적용 대상