ModelItemCollection.RemoveAt - метод

Удаление элемента с указанным индексом (при переопределении в производном классе).

Пространство имен:  Microsoft.Windows.Design.Model
Сборка:  Microsoft.Windows.Design.Interaction (в Microsoft.Windows.Design.Interaction.dll)

Синтаксис

'Декларация
Public MustOverride Sub RemoveAt ( _
    index As Integer _
)
public abstract void RemoveAt(
    int index
)
public:
virtual void RemoveAt(
    int index
) abstract
abstract RemoveAt : 
        index:int -> unit 
public abstract function RemoveAt(
    index : int
)

Параметры

  • index
    Тип: System.Int32
    Индекс удаляемого элемента.

Реализации

IList<T>.RemoveAt(Int32)

Безопасность платформы .NET Framework

См. также

Ссылки

ModelItemCollection Класс

Microsoft.Windows.Design.Model - пространство имен

Другие ресурсы

Архитектура расширяемости конструктора WPF