TableRowCollection.IList.IndexOf(Object) Méthode

Définition

Pour obtenir une description de ce membre, consultez IndexOf(Object).

 virtual int System.Collections.IList.IndexOf(System::Object ^ value) = System::Collections::IList::IndexOf;
int IList.IndexOf(object value);
abstract member System.Collections.IList.IndexOf : obj -> int
override this.System.Collections.IList.IndexOf : obj -> int
Function IndexOf (value As Object) As Integer Implements IList.IndexOf

Paramètres

value
Object

À Object localiser dans le TableRowCollection.

Retours

Index du value cas échéant dans la liste ; sinon, -1.

Implémente

Remarques

Ce membre est une implémentation explicite de membre d’interface. Elle ne peut être utilisée que lorsque l’instance TableRowCollection est convertie en IList interface. Utilisez plutôt la méthode de IndexOf de type sécurisé.

S’applique à