Edit

Share via


DesktopNotificationHistoryCompat.RemoveGroup(String) Method

Definition

Removes a group of toast notifications, identified by the specified group label, from action center.

public void RemoveGroup (string group);
member this.RemoveGroup : string -> unit
Public Sub RemoveGroup (group As String)

Parameters

group
String

The group label of the toast notifications to be removed.

Applies to