ImageList.ImageCollection.IList.Remove(Object) 方法

定义

实现 Remove(Object) 任务。 在所有情况下均引发 NotSupportedException

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

参数

imagevalue
Object

要添加到 ImageList.ImageCollection 的对象。

实现

例外

在所有情况下。

注解

不能直接更改 ImageList.ImageCollection 类。 若要从 中删除项, ImageList.ImageCollection请使用 RemoveAt 方法。

适用于