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

Définition

Insère un élément dans la collection à un index spécifié.

 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

Paramètres

index
Int32

Index de base zéro de ListSortDescription à obtenir ou à définir dans la collection.

value
Object

Élément à insérer dans la collection.

Implémente

Exceptions

Dans tous les cas.

Remarques

Étant donné que la ListSortDescriptionCollection classe implémente l’interface System.Collections.IList , elle doit avoir une IList.Insert méthode. Toutefois, étant donné que la ListSortDescriptionCollection classe représente une collection en lecture seule, l’insertion d’éléments dans la collection n’est pas une opération non valide.

S’applique à