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