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