ITestControllerHelper.Query, méthode (String)

Retourne une liste de tous les contrôleurs de test qui appartiennent au groupe de contrôleurs de test spécifié dans la collection de projets d'équipe.

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

Syntaxe

'Déclaration
Function Query ( _
    groupId As String _
) As IEnumerable(Of ITestController)
IEnumerable<ITestController> Query(
    string groupId
)
IEnumerable<ITestController^>^ Query(
    String^ groupId
)
abstract Query : 
        groupId:string -> IEnumerable<ITestController> 
function Query(
    groupId : String
) : IEnumerable<ITestController>

Paramètres

  • groupId
    Type : System.String
    Chaîne d'identification d'un groupe de contrôleurs de test.

Valeur de retour

Type : System.Collections.Generic.IEnumerable<ITestController>
Liste des contrôleurs de test ou liste vide si aucun contrôleur de test n'est inscrit.

Sécurité .NET Framework

Voir aussi

Référence

ITestControllerHelper Interface

Query, surcharge

Microsoft.TeamFoundation.TestManagement.Client, espace de noms

ITestController