ITestPlan.QueryTestPointStatisticsByPivot-Methode

Gibt die Statistiken von Punkten von Pivot zurück, die diesem Plan gehören und die angegebenen WIQL-Zustände übereinstimmen.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

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

Parameter

  • queryText
    Typ: System.String
    WIQL-Abfragezeichenfolge für das Abrufen von Punkten.

Rückgabewert

Typ: Microsoft.TeamFoundation.TestManagement.Client.ITestPointStatisticsByPivot
Statistik durch Pivotobjekt

Hinweise

Im Folgenden einige der WIQL-Felder, die in dieser Abfrage verwendet werden können: SuiteId ConfigurationId TestCaseId PointState AreaPath AssignedTo RecursiveSuiteId: um alle abzufragen zeigt in der Sammlungshierarchie beginnend mit RecursiveSuiteId.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITestPlan Schnittstelle

Microsoft.TeamFoundation.TestManagement.Client-Namespace