PrintDocument for WinForms
Item プロパティ (VisitedDocumentCollection)


C1.Win.PrintPreview.6 アセンブリ > C1.Win.C1Preview 名前空間 > VisitedDocumentCollection クラス : Item プロパティ
The index in the current collection.
Gets or sets the element at the specified index.
シンタックス
'宣言
 
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
The index in the current collection.

プロパティ値

The element at the specified index.
参照

VisitedDocumentCollection クラス
VisitedDocumentCollection メンバ