SortDescriptionCollection.InsertItem(Int32, SortDescription) 메서드

정의

항목을 컬렉션 내의 지정된 인덱스에 삽입합니다.

protected:
 override void InsertItem(int index, System::ComponentModel::SortDescription item);
protected override void InsertItem (int index, System.ComponentModel.SortDescription item);
override this.InsertItem : int * System.ComponentModel.SortDescription -> unit
Protected Overrides Sub InsertItem (index As Integer, item As SortDescription)

매개 변수

index
Int32

item을 삽입하는 인덱스(0부터 시작)입니다.

item
SortDescription

삽입할 개체입니다.

설명

항목 컬렉션에 추가 되 면이 메서드를 호출 하는 기본 클래스입니다. 이 구현은 발생을 CollectionChanged 이벤트입니다.

자세한 내용은 참조는 InsertItem 메서드의 Collection<T> 기본 클래스입니다.

적용 대상