ListView.ColumnHeaderCollection.Count 属性

定义

获取集合中的项数。

public:
 property int Count { int get(); };
[System.ComponentModel.Browsable(false)]
public int Count { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Count : int
Public ReadOnly Property Count As Integer

属性值

集合中项的数目。

实现

属性

注解

当 属性设置为 DetailsView,此属性可用于确定 中显示的ListView列数。 然后,在循环访问集合的值时,可以使用此值,并且需要提供一些迭代来执行循环。

适用于

另请参阅