ListBox.IntegerCollection.IList.RemoveAt(Int32) Método

Definição

Remove o item num índice especificado.

 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 remover.

Implementações

Exceções

Sempre atirado.

Observações

Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a ListBox.IntegerCollection instância é transmitida para uma IList interface.

Aplica-se a