'宣言 Public Function IndexOfValue( _ ByVal value As System.Object _ ) As System.Integer
public System.int IndexOfValue( System.object value )
パラメータ
- value
- Value of LabeledValue object.
戻り値の型
Index of searched object or -1 if not found.
'宣言 Public Function IndexOfValue( _ ByVal value As System.Object _ ) As System.Integer
public System.int IndexOfValue( System.object value )