TableSectionBase<T>.Remove(T) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從此 TableSectionBase<T> 物件中移除指定的項目。
public bool Remove (T item);
abstract member Remove : 'T -> bool
override this.Remove : 'T -> bool
參數
- item
- T
要移除的項目。
傳回
System.Boolean
如果已從目前集合中移除項目,則為 true
;如果在目前集合中找不到項目,則為 false
。
實作
System.Collections.Generic.ICollection`1.Remove(`0)