ListViewItem.Index 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 ListView 控件中该项的从零开始的索引。
public:
property int Index { int get(); };
[System.ComponentModel.Browsable(false)]
public int Index { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Index : int
Public ReadOnly Property Index As Integer
属性值
该项在 ListView.ListViewItemCollection 控件的 ListView 中从零开始的索引,或者如果该项未与 ListView 控件关联,则为 -1。
- 属性
注解
可以使用此属性来确定项是否与ListView控件相关联,以及确定它在 的 中ListView.ListViewItemCollectionListView的位置。