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 例外狀況。