다음을 통해 공유


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 throw합니다.

적용 대상

추가 정보