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


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > TagCollection クラス > Item プロパティ : Item(String) プロパティ
The name of the Tag.
Gets a Tag in the current collection by its NamedCollectionItem.Name.
シンタックス
'宣言
 
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
The name of the Tag.

プロパティ値

The Tag with the specified name.
参照

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