ListCollectionView.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부터 시작)입니다.

구현

예외

index가 0보다 작거나 컬렉션 뷰의 항목 수보다 큰 경우

설명

index 컬렉션 뷰를 컬렉션이 아닌에 상대적입니다. 예를 들어 10 개 항목 및 뷰 컬렉션에 있는 경우에 Filter 의 유효한 값을 7 개 항목 표시 되도록 index 는 0에서 6 사이입니다.

적용 대상

추가 정보