DataCollection
IndexOf メソッド (C1DataCollectionBindingList)

C1.DataCollection.BindingList アセンブリ > C1.DataCollection.BindingList 名前空間 > C1DataCollectionBindingList クラス : 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.
参照

C1DataCollectionBindingList クラス
C1DataCollectionBindingList メンバ