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

Show() public method

public Show ( [ notification ) : void
notification [
return void
		public extern void Show([In] ToastNotification notification);
		public extern void Hide([In] ToastNotification notification);