ITestPlan.QueryTestPointStatisticsByPivot 方法

返回属于该计划和WIQL满足特定条件的统计信息由转动点。

命名空间:  Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)

语法

声明
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

参数

  • queryText
    类型:System.String
    WIQL检索的查询字符串点。

返回值

类型:Microsoft.TeamFoundation.TestManagement.Client.ITestPointStatisticsByPivot
由转动对象的统计信息

备注

这是可用于此查询的某些WIQL字段:SuiteId ConfigurationId TestCaseId PointState AreaPath AssignedTo RecursiveSuiteId:要查询所有在从开始RecursiveSuiteId的套件层次结构点。

.NET Framework 安全性

请参见

参考

ITestPlan 接口

Microsoft.TeamFoundation.TestManagement.Client 命名空间