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

Definição

Insere um item na coleção em um índice especificado.

 virtual void System.Collections.IList.Insert(int index, System::Object ^ value) = System::Collections::IList::Insert;
void IList.Insert (int index, object value);
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

O índice baseado em zero da ListSortDescription a ser obtida ou definida na coleção.

value
Object

O item a ser inserido na coleção.

Implementações

Exceções

Em todos os casos.

Comentários

Como a ListSortDescriptionCollection classe implementa a System.Collections.IList interface, ela deve ter um IList.Insert método . No entanto, como a ListSortDescriptionCollection classe representa uma coleção somente leitura, inserir itens na coleção é uma operação inválida.

Aplica-se a