ListItemCollection.IList.Remove(Object) 方法

定义

有关此成员的说明,请参见 Remove(Object)For a description of this member, see Remove(Object).

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

参数

item
Object

要从 Object 移除的 IListThe Object to remove from the IList.

实现

注解

此成员是显式接口成员的实现。This member is an explicit interface member implementation. 它只能在 ListItemCollection 实例被强制转换为 IList 接口时使用。It can be used only when the ListItemCollection instance is cast to an IList interface.

适用于

另请参阅