DataCollection
Contains メソッド (C1CollectionView)

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

パラメータ

item
The object to locate in the C1CollectionView.

戻り値の型

True if item is found in the C1CollectionView, otherwise false.
参照

C1CollectionView クラス
C1CollectionView メンバ