'宣言 Public Default Property Item( _ ByVal index As System.Integer _ ) As ParagraphObject
'使用法 Dim instance As ParagraphObjectCollection Dim index As System.Integer Dim value As ParagraphObject instance.Item(index) = value value = instance.Item(index)
public ParagraphObject this[ System.int index ]; {get; set;}
パラメータ
- index
 - コレクションから取得する ParagraphObject のインデックス。