'宣言 Public Function IndexOf( _ ByVal value As DropDownItem _ ) As System.Integer
public System.int IndexOf( DropDownItem value )
パラメータ
- value
- The item to locate in the list.
戻り値の型
The zero-based index of the first occurrence of value within the entire list, if found; otherwise, -1.