'宣言 Public Overloads Function IndexOf( _ ByVal fieldName As System.String _ ) As System.Integer
public System.int IndexOf( System.string fieldName )
パラメータ
- fieldName
- 検索するフィールドの名前。
戻り値の型
リスト内のフィールドのインデックス。フィールドがリストのメンバでない場合は、-1。
'宣言 Public Overloads Function IndexOf( _ ByVal fieldName As System.String _ ) As System.Integer
public System.int IndexOf( System.string fieldName )