ImageList.ImageCollection.Remove(Image) 方法

定義

不支援。 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)

參數

image
Image

要從清單中移除的 Image

例外狀況

不支援這個方法。

備註

的這個實作 Remove 會擲回例外狀況 NotSupportedException

適用於

另請參閱