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.

item
SortDescription

Вставляемый объект.

Комментарии

Базовый класс вызывает этот метод при добавлении элемента в коллекцию. Эта реализация вызывает CollectionChanged событие .

Дополнительные сведения см. в описании InsertItemCollection<T> метода базового класса.

Применяется к