Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 778 Bytes

toastnotificationhistory_remove_1498489487.md

File metadata and controls

26 lines (19 loc) · 778 Bytes
-api-id -api-type -api-device-family-note
M:Windows.UI.Notifications.ToastNotificationHistory.Remove(System.String)
winrt method
xbox

Windows.UI.Notifications.ToastNotificationHistory.Remove

-description

Removes an individual toast, with the specified tag label, from action center.

-parameters

-param tag

The tag label of the toast notification to be removed.

-remarks

You should use this overload to remove notifications when your app's toast notification categorization system was built using only tags.

-examples

-see-also

Remove(String, String, String), Remove(String, String)