Partager via


NodeCollection.IndexOf, méthode

Obtient l'index du nœud spécifié dans cette collection.

Espace de noms :  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly :  Microsoft.TeamFoundation.WorkItemTracking.Client (dans Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

Syntaxe

'Déclaration
Public Function IndexOf ( _
    value As Node _
) As Integer
public int IndexOf(
    Node value
)

Paramètres

Valeur de retour

Type : System.Int32
Index du nœud spécifié dans cette collection.Retourne -1 si le nœud est introuvable.

Sécurité .NET Framework

Voir aussi

Référence

NodeCollection Classe

Microsoft.TeamFoundation.WorkItemTracking.Client, espace de noms