ImageList.ImageCollection.Contains(Image) 方法

定义

不支持。 Contains(Object) 方法指示列表中是否包含指定的对象。

public:
 bool Contains(System::Drawing::Image ^ image);
public bool Contains (System.Drawing.Image image);
member this.Contains : System.Drawing.Image -> bool
Public Function Contains (image As Image) As Boolean

参数

image
Image

要在列表中查找的 Image

返回

Boolean

如果在列表中找到该图像,则为 true;否则为 false

例外

不支持此方法。

注解

此方法 Contains 的此实现将引发异常 NotSupportedException

适用于

另请参阅