'宣言 Public ReadOnly Default Property Item( _ ByVal index As System.Integer _ ) As ProjectItem
'使用法 Dim instance As ProjectItems Dim index As System.Integer Dim value As ProjectItem value = instance.Item(index)
public ProjectItem this[ System.int index ]; {get;}
パラメータ
- index