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ů.
- pivotList
Typ: System.Collections.Generic.List<TestPointStatisticsQueryPivotType>
Otáčí načítání statistiky o kontingenční seznam.
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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.