'宣言 Public Function IndexOf( _ ByVal obj As System.Object _ ) As System.Integer
'使用法 Dim instance As OwnedCollectionBase Dim obj As System.Object Dim value As System.Integer value = instance.IndexOf(obj)
public System.int IndexOf( System.object obj )
パラメータ
- obj
- コレクション内で検索するオブジェクト。値は null 参照が可能です。
戻り値の型
コレクション全体で最初に見つかった値のゼロから始まるインデックス。見つからなかった場合は -1。