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检索的查询字符串点。
- pivotList
类型:System.Collections.Generic.List<TestPointStatisticsQueryPivotType>
列表检索的数据透视由对象。
返回值
类型:Microsoft.TeamFoundation.TestManagement.Client.ITestPointStatisticsByPivot
由转动对象的统计信息
备注
这是可用于此查询的某些WIQL字段:SuiteId ConfigurationId TestCaseId PointState AreaPath AssignedTo RecursiveSuiteId:要查询所有在从开始RecursiveSuiteId的套件层次结构点。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。