Compartilhar via


StateManagedCollection.IList.RemoveAt(Int32) Método

Definição

Remove o elemento IStateManager no í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 com base em zero do item a ser removido.

Implementações

Exceções

Comentários

O OnValidate método é chamado para validar value antes que o valor seja removido da coleção. O OnRemove método é chamado antes de o objeto ser removido e o OnRemoveComplete método é chamado depois que o objeto é removido.

Aplica-se a

Confira também