ITestPlan.QueryTestPointsAndStatistics Method (String, String, ITestPointStatistics%)
Finds all points that belong to this plan and match the given WIQL conditions.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Function QueryTestPointsAndStatistics ( _
queryText As String, _
testCaseFieldText As String, _
<OutAttribute> ByRef statistics As ITestPointStatistics _
) As ITestPointCollection
ITestPointCollection QueryTestPointsAndStatistics(
string queryText,
string testCaseFieldText,
out ITestPointStatistics statistics
)
ITestPointCollection^ QueryTestPointsAndStatistics(
String^ queryText,
String^ testCaseFieldText,
[OutAttribute] ITestPointStatistics^% statistics
)
abstract QueryTestPointsAndStatistics :
queryText:string *
testCaseFieldText:string *
statistics:ITestPointStatistics byref -> ITestPointCollection
function QueryTestPointsAndStatistics(
queryText : String,
testCaseFieldText : String,
statistics : ITestPointStatistics
) : ITestPointCollection
Parameters
queryText
Type: StringWIQL query string for retrieving points.
testCaseFieldText
Type: StringWIQL string for retrieving the embedded test case.
statistics
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestPointStatistics%Statistics for points queried.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestPointCollection
Collection of points matching query.
Remarks
Here are some of the WIQL fields that can be used in this query: SuiteId ConfigurationId TestCaseId PointState AreaPath RecursiveSuiteId: to query all points in the suite hierarchy starting with RecursiveSuiteId.
.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.