GrapeCity ActiveReports for .NET 16.0J
Contains(Parameter) メソッド

GrapeCity.ActiveReports.Core.Rendering.ReportParameters 名前空間 > ParameterCollection クラス > Contains メソッド : Contains(Parameter) メソッド
The object to locate in the Collection. The value can be null 参照 (Visual Basicでは Nothing) for reference types.
Determines whether an element is in the Collection.
シンタックス
'宣言
 
Public Overloads Function Contains( _
   ByVal item As Parameter _
) As Boolean
public bool Contains( 
   Parameter item
)

パラメータ

item
The object to locate in the Collection. The value can be null 参照 (Visual Basicでは Nothing) for reference types.

戻り値の型

true if item is found in the Collection; otherwise, false.
参照

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