'宣言 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.