Partager via


ITestPlan.QueryTestPointStatistics, méthode

Recherche et retourne les statistiques de point de test qui appartiennent à ce plan de test et correspondent à la requête donnée.

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

Syntaxe

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

Paramètres

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

Valeur de retour

Type : Microsoft.TeamFoundation.TestManagement.Client.ITestPointStatistics
Collection de statistiques de points de test.

Sécurité .NET Framework

Voir aussi

Référence

ITestPlan Interface

Microsoft.TeamFoundation.TestManagement.Client, espace de noms

ITestPointStatistics