DesignerAutoFormatCollection.IList.RemoveAt(Int32) Método
Definição
Remove o item no índice especificado quando o objeto DesignerAutoFormatCollection é convertido para uma interface IList.Removes the item at the specified index when the DesignerAutoFormatCollection object is cast to an IList interface.
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
Parâmetros
- index
- Int32
O índice do item a ser removido.The index of the item to remove.
Implementações
Comentários
Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele só pode ser usado quando a instância de DesignerAutoFormatCollection é convertida em uma interface de IList.It can be used only when the DesignerAutoFormatCollection instance is cast to an IList interface.