ImageList.ImageCollection.Remove(Image) 方法

定义

不支持。 Remove(Object) 方法从列表中移除指定的对象。

C#
public void Remove (System.Drawing.Image image);

参数

image
Image

要从列表从删除的 Image

例外

不支持此方法。

注解

此实现 Remove 引发 NotSupportedException 异常。

适用于

产品 版本
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8
Windows Desktop 3.0, 3.1, 5, 6, 7

另请参阅