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> 참조하세요.

적용 대상