ImageList.ImageCollection.Remove(Image) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
不支援。 Remove(Object) 方法會將指定的物件從清單中移除。
public:
void Remove(System::Drawing::Image ^ image);
public void Remove (System.Drawing.Image image);
member this.Remove : System.Drawing.Image -> unit
Public Sub Remove (image As Image)
參數
例外狀況
不支援這個方法。
備註
的這個實作 Remove 會擲回例外狀況 NotSupportedException 。