'宣言 Public Default Property Item( _ ByVal index As System.Integer _ ) As DropDownItem
public DropDownItem this[ System.int index ]; {get; set;}
パラメータ
- index
 - The indexed location of the item in the collection.
 
'宣言 Public Default Property Item( _ ByVal index As System.Integer _ ) As DropDownItem
public DropDownItem this[ System.int index ]; {get; set;}