FlexReport for WinForms
Contains(String) メソッド


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > ReportObjectCollection<TItem> クラス > Contains メソッド : Contains(String) メソッド
The name of the item.
Determines whether the collection contains an item with specified name.
シンタックス
'宣言
 
Public Overloads Function Contains( _
   ByVal name As System.String _
) As System.Boolean
'使用法
 
Dim instance As ReportObjectCollection(Of TItem)
Dim name As System.String
Dim value As System.Boolean
 
value = instance.Contains(name)
public System.bool Contains( 
   System.string name
)

パラメータ

name
The name of the item.

戻り値の型

True if the collection contains an item with the specified name; otherwise, false.
参照

参照

ReportObjectCollection<TItem> クラス
ReportObjectCollection<TItem> メンバ
オーバーロード一覧