TableRowCollection.IList.Add(Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoute un objet à la collection.
virtual int System.Collections.IList.Add(System::Object ^ o) = System::Collections::IList::Add;
int IList.Add (object o);
abstract member System.Collections.IList.Add : obj -> int
override this.System.Collections.IList.Add : obj -> int
Function Add (o As Object) As Integer Implements IList.Add
Paramètres
- o
- Object
Objet à ajouter à la collection.
Retours
L’index avec lequel l’objet a été ajouté à la collection.
Implémente
Remarques
En règle générale, vous devez utiliser la TableRowCollection.Add méthode pour ajouter un élément à un TableRowCollection objet.
La IList.Add méthode est une implémentation de membre d’interface explicite. Il peut uniquement être utilisé lorsque l'instance de TableRowCollection est castée en interface IList.