DesignerAutoFormatCollection.IList.RemoveAt(Int32) Метод

Определение

Удаляет элемент с заданным индексом, когда объект DesignerAutoFormatCollection приведен к интерфейсу IList.

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

Параметры

index
Int32

Индекс удаляемого элемента.

Реализации

Комментарии

Этот член представляет собой явную реализацию члена интерфейса. Он может использоваться, только если экземпляр DesignerAutoFormatCollection приведен к типу интерфейса IList.

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

См. также раздел