ImageList.ImageCollection.IndexOf(Image) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
不支持。 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
参数
返回
图像在列表中的索引。
例外
不支持此方法。
注解
的 IndexOf 此实现将 NotSupportedException 引发异常。