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


C1.Win.PrintPreview.4.5.2 アセンブリ > C1.Win.C1Preview 名前空間 > ViewHistoryItemCollection クラス : Item プロパティ
オブジェクトのインデックス。
コレクション内の指定したインデックスのオブジェクトを取得または設定します。
シンタックス
'宣言
 
Public Default Property Item( _
   ByVal index As System.Integer _
) As ViewHistoryItem
'使用法
 
Dim instance As ViewHistoryItemCollection
Dim index As System.Integer
Dim value As ViewHistoryItem
 
instance.Item(index) = value
 
value = instance.Item(index)
public ViewHistoryItem this[ 
   System.int index
]; {get; set;}

パラメータ

index
オブジェクトのインデックス。

プロパティ値

指定されたインデックスの ViewHistoryItem要素。
参照

ViewHistoryItemCollection クラス
ViewHistoryItemCollection メンバ