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


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

パラメータ

tagName
Tagの名前。

プロパティ値

指定した名前を持つ Tag
参照

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