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 속하는 TestCaseId PointState AreaPath AssignedTo RecursiveSuiteId: 모든 지점으로 Recursivesuiteid로 시작 하는 제품군 계층을 쿼리할 수 있습니다.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.