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


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

パラメータ

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

プロパティ値

指定したインデックスの要素。
参照

WarningCollection クラス
WarningCollection メンバ