PrintDocument for WinForms
IndexOfName メソッド (NamedCollection)


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

パラメータ

name
The name of the item to locate.

戻り値の型

The 0-based index of the specified item, or -1 if the item was not found.
参照

NamedCollection クラス
NamedCollection メンバ