'宣言 Public Function IndexOfValue( _ ByVal value As System.Object _ ) As System.Integer
public System.int IndexOfValue( System.object value )
パラメータ
- value
- LabeledValueオブジェクトの値。
戻り値の型
検索されたオブジェクトのインデックス。見つからなかった場合は -1。
'宣言 Public Function IndexOfValue( _ ByVal value As System.Object _ ) As System.Integer
public System.int IndexOfValue( System.object value )