ListView.CheckedIndexCollection.Contains(Int32) 方法

定义

确定指定索引是否位于集合中。

public:
 bool Contains(int checkedIndex);
public bool Contains (int checkedIndex);
member this.Contains : int -> bool
Public Function Contains (checkedIndex As Integer) As Boolean

参数

checkedIndex
Int32

要在集合中定位的索引。

返回

Boolean

如果 ListView.ListViewItemCollectionListView 中的指定索引是集合中的项,则为 true;否则为 false

注解

通过此方法 Contains ,可以确定索引 ListView.ListViewItemCollection 位置是否是存储在其中的 ListView.CheckedIndexCollection检查索引之一。 知道某个项位于选中的索引集合中后,可以使用 IndexOf 该方法确定索引在索引 ListView.CheckedIndexCollection中的位置。

适用于

另请参阅