'宣言 Public Default Property Item( _ ByVal index As System.Integer _ ) As RenderInputComboBoxItem
'使用法 Dim instance As RenderInputComboBoxItemCollection Dim index As System.Integer Dim value As RenderInputComboBoxItem instance.Item(index) = value value = instance.Item(index)
public RenderInputComboBoxItem this[ System.int index ]; {get; set;}
パラメータ
- index
- オブジェクトのインデックス。