CollectionView for WinForms
Contains メソッド

C1.Win.CollectionView アセンブリ > C1.Win.CollectionView 名前空間 > C1CollectionViewBindingList クラス : Contains メソッド
The object to locate in the System.Collections.IList.
Determines whether the System.Collections.IList contains a specific value.
シンタックス
'宣言
 
Public Function Contains( _
   ByVal value As System.Object _
) As System.Boolean
public System.bool Contains( 
   System.object value
)

パラメータ

value
The object to locate in the System.Collections.IList.

戻り値の型

true if the System.Object is found in the System.Collections.IList; otherwise, false.
例外
例外解説
要求されたメソッドまたは操作が実装されない場合にスローされる例外。
参照

C1CollectionViewBindingList クラス
C1CollectionViewBindingList メンバ