MatchCollection.IList<Match>.IndexOf(Match) Méthode

Définition

Détermine l'index d'un élément spécifique de la collection.

 virtual int System.Collections.Generic.IList<System.Text.RegularExpressions.Match>.IndexOf(System::Text::RegularExpressions::Match ^ item) = System::Collections::Generic::IList<System::Text::RegularExpressions::Match ^>::IndexOf;
int IList<Match>.IndexOf (System.Text.RegularExpressions.Match item);
abstract member System.Collections.Generic.IList<System.Text.RegularExpressions.Match>.IndexOf : System.Text.RegularExpressions.Match -> int
override this.System.Collections.Generic.IList<System.Text.RegularExpressions.Match>.IndexOf : System.Text.RegularExpressions.Match -> int
Function IndexOf (item As Match) As Integer Implements IList(Of Match).IndexOf

Paramètres

item
Match

Objet à localiser dans la collection.

Retours

Index de item s'il figure dans la liste ; sinon, -1.

Implémente

Remarques

Si un objet se trouve plusieurs fois dans la liste, la méthode IndexOf retourne toujours la première instance recherchée.

S’applique à