Win 10 app: remove toast notification
问题 I show toast notification that it then appears on notification center. I want then to programatically remove that notification from notification center. How can I do this? The app may be closed and restarted between time the notification is shown and when I need to remove it. 回答1: You can programmatically remove notifications from the action center by using one of the various methods of the ToastNotificationHistory class. For example: ToastNotificationManager.History.Remove("toast-tag");