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

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

public GetScheduledToastNotifications ( ) : IVectorView
Результат IVectorView
		public extern IVectorView<ScheduledToastNotification> GetScheduledToastNotifications();
	}