ITestPlan.QueryTestPointStatisticsByPivot 方法 (String, List<TestPointStatisticsQueryPivotType>)

 

发布时间: 2016年4月

返回属于此计划并与给定的 WIQL 条件匹配的透视点的统计信息。

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

语法

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 As String,
    pivotList As List(Of TestPointStatisticsQueryPivotType)
) As ITestPointStatisticsByPivot

参数

  • queryText
    Type: System.String

    检索点的 WIQL 查询字符串。

返回值

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestPointStatisticsByPivot

由数据透视对象的统计信息

备注

下面是一些可以使用此查询中的 WIQL 字段: SuiteId ConfigurationId TestCaseId PointState AreaPath 分配给 RecursiveSuiteId: 若要查询的开头 RecursiveSuiteId 的套件层次结构中的所有点。

请参阅

ITestPlan 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首