'宣言 Public Function IndexByName( _ ByVal name As System.String _ ) As System.Integer
public System.int IndexByName( System.string name )
パラメータ
- name
- 検索する名前。
戻り値の型
現在のコレクション内のオブジェクトのインデックス。オブジェクトが見つからなかった場合は -1。
'宣言 Public Function IndexByName( _ ByVal name As System.String _ ) As System.Integer
public System.int IndexByName( System.string name )