Windows.UI.Notifications.ToastNotifier.GetScheduledToastNotifications C# (CSharp) Method

GetScheduledToastNotifications() public method

public GetScheduledToastNotifications ( ) : IVectorView
return IVectorView
		public extern IVectorView<ScheduledToastNotification> GetScheduledToastNotifications();
	}