'宣言
Public Function IndexOf( _ ByVal item As System.Object _ ) As System.Integer
public System.int IndexOf( System.object item )
パラメータ
- item
- ClientCollectionViewで見つける項目。
戻り値の型
リスト内で見つかった場合は itemのインデックス、そうでない場合は -1。
'宣言
Public Function IndexOf( _ ByVal item As System.Object _ ) As System.Integer
public System.int IndexOf( System.object item )