ListViewGroupCollection.Count 属性

定义

获取集合中的组数。

public:
 property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer

属性值

集合中的组数。

实现

注解

使用此属性可确定集合中的组数。 如果需要循环访问集合并针对每个组执行相同的操作,这非常有用。 还可以使用 IEnumerator 方法返回的 GetEnumerator 来循环访问集合。

适用于