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


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > TagCollection クラス > Item プロパティ : Item(Int32) プロパティ
The index of the Tag in the current collection.
Gets or sets a Tag in the current collection by its index.
シンタックス
'宣言
 
Public Overloads Property Item( _
   ByVal index As System.Integer _
) As Tag
'使用法
 
Dim instance As TagCollection
Dim index As System.Integer
Dim value As Tag
 
instance.Item(index) = value
 
value = instance.Item(index)
public Tag Item( 
   System.int index
) {get; set;}

パラメータ

index
The index of the Tag in the current collection.

プロパティ値

The Tag with the specified index.
参照

TagCollection クラス
TagCollection メンバ
オーバーロード一覧