ImageList.ImageCollection.IndexOf(Image) 方法

定义

不支持。 IndexOf(Object) 方法返回指定对象在列表中的索引。

public:
 int IndexOf(System::Drawing::Image ^ image);
public int IndexOf (System.Drawing.Image image);
member this.IndexOf : System.Drawing.Image -> int
Public Function IndexOf (image As Image) As Integer

参数

image
Image

要在列表中查找的 Image

返回

图像在列表中的索引。

例外

不支持此方法。

注解

IndexOf 此实现将 NotSupportedException 引发异常。

适用于