ImageList.ImageCollection.IList.Remove(Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
实现 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 方法。