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