TableRowCollection.IList.Remove(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.
Supprime un objet de la collection.
virtual void System.Collections.IList.Remove(System::Object ^ o) = System::Collections::IList::Remove;
void IList.Remove (object o);
abstract member System.Collections.IList.Remove : obj -> unit
override this.System.Collections.IList.Remove : obj -> unit
Sub Remove (o As Object) Implements IList.Remove
Paramètres
- o
- Object
Objet à supprimer de la collection.
Implémente
Remarques
En règle générale, vous devez utiliser la TableRowCollection.Remove méthode pour supprimer un élément d’un TableRowCollection objet.
La IList.Remove 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.