TableRowCollection.IList.Remove(Object) 方法

定义

从集合中移除一个对象。

 virtual void System.Collections.IList.Remove(System::Object ^ o) = System::Collections::IList::Remove;
void IList.Remove (object o);
abstract member System.Collections.IList.Remove : obj -> unit
override this.System.Collections.IList.Remove : obj -> unit
Sub Remove (o As Object) Implements IList.Remove

参数

o
Object

要从集合中移除的对象。

实现

注解

通常,应使用 TableRowCollection.Remove 方法从 TableRowCollection 对象中删除元素。

方法是 IList.Remove 显式接口成员实现。 它只能在 TableRowCollection 实例被强制转换为 IList 接口时使用。

适用于

另请参阅