ListViewItem.Index 属性

定义

获取 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的位置。

适用于