Partager via


ITestPlan.QueryTestPoints, méthode (String)

Recherche et retourne tous les points de test appartenant à ce plan de test et correspondant à la requête fournie.

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

Syntaxe

'Déclaration
Function QueryTestPoints ( _
    queryText As String _
) As ITestPointCollection
ITestPointCollection QueryTestPoints(
    string queryText
)
ITestPointCollection^ QueryTestPoints(
    String^ queryText
)
abstract QueryTestPoints : 
        queryText:string -> ITestPointCollection 
function QueryTestPoints(
    queryText : String
) : ITestPointCollection

Paramètres

  • queryText
    Type : System.String
    Une string WIQL qui recherche des objets de point de test.

Valeur de retour

Type : Microsoft.TeamFoundation.TestManagement.Client.ITestPointCollection
Collection de points de test.

Sécurité .NET Framework

Voir aussi

Référence

ITestPlan Interface

QueryTestPoints, surcharge

Microsoft.TeamFoundation.TestManagement.Client, espace de noms

ITestPointCollection

ITestPoint