ITestPlan.QueryTestPointStatisticsByPivot Method
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
Parameters
- queryText
Type: String
- pivotList
Type: List<TestPointStatisticsQueryPivotType>
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestPointStatisticsByPivot
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.