Sdílet prostřednictvím


ITestPlan.QueryTestPointStatisticsByPivot – metoda

Obnoví statistiky bodů kontingenční tabulky, který patří do tohoto plánu a splňují podmínky dané WIQL.

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

Syntaxe

'Deklarace
Function QueryTestPointStatisticsByPivot ( _
    queryText As String, _
    pivotList As List(Of TestPointStatisticsQueryPivotType) _
) As ITestPointStatisticsByPivot
ITestPointStatisticsByPivot QueryTestPointStatisticsByPivot(
    string queryText,
    List<TestPointStatisticsQueryPivotType> pivotList
)
ITestPointStatisticsByPivot^ QueryTestPointStatisticsByPivot(
    String^ queryText, 
    List<TestPointStatisticsQueryPivotType>^ pivotList
)
abstract QueryTestPointStatisticsByPivot : 
        queryText:string * 
        pivotList:List<TestPointStatisticsQueryPivotType> -> ITestPointStatisticsByPivot 
function QueryTestPointStatisticsByPivot(
    queryText : String, 
    pivotList : List<TestPointStatisticsQueryPivotType>
) : ITestPointStatisticsByPivot

Parametry

  • queryText
    Typ: System.String
    WIQL řetězec dotazu pro načítání bodů.

Vrácená hodnota

Typ: Microsoft.TeamFoundation.TestManagement.Client.ITestPointStatisticsByPivot
Statistika objekt kontingenční tabulky

Poznámky

Zde jsou některá pole WIQL, které lze použít v tomto dotazu: SuiteId ConfigurationId TestCaseId PointState AreaPath přiřazeno RecursiveSuiteId: dotaz všechny body v hierarchii suite, počínaje RecursiveSuiteId.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ITestPlan Rozhraní

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