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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.TeamFoundation.TestManagement.Client, espace de noms