BindingListCollectionView.IndexOf(Object) 方法

定义

返回给定项在集合视图中的索引。

public:
 override int IndexOf(System::Object ^ item);
public override int IndexOf (object item);
override this.IndexOf : obj -> int
Public Overrides Function IndexOf (item As Object) As Integer

参数

item
Object

要在集合中查找的对象。

返回

集合中项的索引;如果集合视图中不存在该项, -1 则为 。

注解

此方法使用在视图上设置的任何 SortDescriptionsFilter 属性来评估索引。

有关详细信息,请参阅 IndexOf

适用于