DataCollection
Remove メソッド (C1CollectionView)

C1.UWP.DataCollection アセンブリ > C1.UWP.DataCollection 名前空間 > C1CollectionView クラス : Remove メソッド
The object to remove from the C1CollectionView.
Removes the first occurrence of a specific object from the C1CollectionView.
シンタックス
'宣言
 
Public Function Remove( _
   ByVal item As System.Object _
) As System.Boolean
public System.bool Remove( 
   System.object item
)

パラメータ

item
The object to remove from the C1CollectionView.

戻り値の型

True if item was successfully removed from the C1CollectionView; otherwise, false. This method also returns false if item is not found in the original C1CollectionView.
参照

C1CollectionView クラス
C1CollectionView メンバ