Sdílet prostřednictvím


ITestPlan.QueryTestPointStatistics – metoda

Vyhledá a statistiky bodů test patří tento plán testování a odpovídající daný dotaz vrátí.

Obor názvů:  Microsoft.TeamFoundation.TestManagement.Client
Sestavení:  Microsoft.TeamFoundation.TestManagement.Client (v Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntaxe

'Deklarace
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

Parametry

  • queryText
    Typ: System.String
    WIQL string , najde zkušební bod statistiky objektů.

Vrácená hodnota

Typ: Microsoft.TeamFoundation.TestManagement.Client.ITestPointStatistics
Kolekce test statistiky bodů.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ITestPlan Rozhraní

Microsoft.TeamFoundation.TestManagement.Client – obor názvů

ITestPointStatistics