GroupCollection.IList.Insert(Int32, Object) Método

Definição

A chamada desse método sempre lança NotSupportedException.

 virtual void System.Collections.IList.Insert(int index, System::Object ^ value) = System::Collections::IList::Insert;
void IList.Insert (int index, object value);
abstract member System.Collections.IList.Insert : int * obj -> unit
override this.System.Collections.IList.Insert : int * obj -> unit
Sub Insert (index As Integer, value As Object) Implements IList.Insert

Parâmetros

index
Int32

A posição na qual inserir o grupo.

value
Object

O grupo a ser inserido.

Implementações

Exceções

Não há suporte para o método. Esta é uma coleção somente leitura.

Aplica-se a