Windows.UI.Notifications.ScheduledToastNotification.ScheduledToastNotification C# (CSharp) Метод

ScheduledToastNotification() публичный Метод

public ScheduledToastNotification ( [ content, [ deliveryTime ) : System
content [
deliveryTime [
Результат System
		public extern ScheduledToastNotification([In] XmlDocument content, [In] DateTime deliveryTime);
		public extern ScheduledToastNotification([In] XmlDocument content, [In] DateTime deliveryTime, [In] TimeSpan snoozeInterval, [In] uint maximumSnoozeCount);

Same methods

ScheduledToastNotification::ScheduledToastNotification ( [ content, [ deliveryTime, [ snoozeInterval, [ maximumSnoozeCount ) : System
ScheduledToastNotification