ItemCollection.IEditableCollectionView.RemoveAt(Int32) 메서드

정의

컬렉션에서 지정된 위치의 항목을 제거합니다.

 virtual void System.ComponentModel.IEditableCollectionView.RemoveAt(int index) = System::ComponentModel::IEditableCollectionView::RemoveAt;
void IEditableCollectionView.RemoveAt (int index);
abstract member System.ComponentModel.IEditableCollectionView.RemoveAt : int -> unit
override this.System.ComponentModel.IEditableCollectionView.RemoveAt : int -> unit
Sub RemoveAt (index As Integer) Implements IEditableCollectionView.RemoveAt

매개 변수

index
Int32

제거할 항목의 위치입니다.

구현

설명

이 멤버는 명시적 인터페이스 멤버 구현이며, ItemCollection 인스턴스가 IEditableCollectionView 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

적용 대상