CollectionView for WinForms
IndexOf メソッド (C1CollectionViewBindingList)

C1.Win.CollectionView アセンブリ > C1.Win.CollectionView 名前空間 > C1CollectionViewBindingList クラス : IndexOf メソッド
The object to locate in the System.Collections.IList.
Determines the index of a specific item in the System.Collections.IList.
シンタックス
'宣言
 
Public Function IndexOf( _
   ByVal value As System.Object _
) As System.Integer
public System.int IndexOf( 
   System.object value
)

パラメータ

value
The object to locate in the System.Collections.IList.

戻り値の型

The index of value if found in the list; otherwise, -1.
例外
例外解説
要求されたメソッドまたは操作が実装されない場合にスローされる例外。
参照

C1CollectionViewBindingList クラス
C1CollectionViewBindingList メンバ