DataCollection
IndexOf メソッド (C1CollectionView)

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

パラメータ

item
The object to locate in the collection.

戻り値の型

The index of item if found in the list; otherwise, -1.
参照

C1CollectionView クラス
C1CollectionView メンバ