PrintDocument for WinForms
FindByName メソッド (NamedCollection)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > NamedCollection クラス : FindByName メソッド
The name of the item to locate.
Returns NamedCollectionItem with specified name.
シンタックス
'宣言
 
Public Function FindByName( _
   ByVal name As System.String _
) As NamedCollectionItem
'使用法
 
Dim instance As NamedCollection
Dim name As System.String
Dim value As NamedCollectionItem
 
value = instance.FindByName(name)
public NamedCollectionItem FindByName( 
   System.string name
)

パラメータ

name
The name of the item to locate.

戻り値の型

The specified item
参照

NamedCollection クラス
NamedCollection メンバ