ImageList.ImageCollection.RemoveAt(Int32) 메서드

정의

목록에서 이미지를 제거합니다.

public:
 virtual void RemoveAt(int index);
public void RemoveAt (int index);
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)

매개 변수

index
Int32

제거할 이미지의 인덱스입니다.

구현

예외

이미지를 제거할 수 없는 경우

인덱스 값이 0보다 작은 경우

또는 인덱스 값이 이미지의 Count보다 크거나 같은 경우

적용 대상

추가 정보