ListViewGroupCollection.Remove(ListViewGroup) 方法

定义

从集合中移除指定的 ListViewGroup

public:
 void Remove(System::Windows::Forms::ListViewGroup ^ group);
public void Remove (System.Windows.Forms.ListViewGroup group);
member this.Remove : System.Windows.Forms.ListViewGroup -> unit
Public Sub Remove (group As ListViewGroup)

参数

group
ListViewGroup

要从该集合中移除的 ListViewGroup

注解

如果具有对组的引用,请使用此方法从集合中删除组。 请注意,从 ListView.Groups 集合中删除组不会从 ListView 控件中删除项。

若要删除特定索引处的组,请 RemoveAt 改用 方法。 若要从集合中删除所有组,请使用 Clear 方法。

适用于

另请参阅