PrintDocument for WinForms
FindByName メソッド (NamedCollection)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > NamedCollection クラス : FindByName メソッド
検索する項目の名前。
指定された名前の NamedCollectionItemを返します。
シンタックス
'宣言
 
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
検索する項目の名前。

戻り値の型

指定された項目。
参照

NamedCollection クラス
NamedCollection メンバ