Freigeben über


ITestPlan.QueryTestPointStatisticsByPivot-Methode

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: String

Rückgabewert

Typ: Microsoft.TeamFoundation.TestManagement.Client.ITestPointStatisticsByPivot

.NET Framework-Sicherheit

Siehe auch

Referenz

ITestPlan Schnittstelle

Microsoft.TeamFoundation.TestManagement.Client-Namespace