TableRowCollection.IList.Remove(Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从集合中移除一个对象。
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 接口时使用。