Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds and returns the test point statistics that belong to this test plan and that match the given query.
Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Function QueryTestPointStatistics ( _
    queryText As String _
) As ITestPointStatistics
ITestPointStatistics QueryTestPointStatistics(
    string queryText
)
ITestPointStatistics^ QueryTestPointStatistics(
    String^ queryText
)
abstract QueryTestPointStatistics : 
        queryText:string -> ITestPointStatistics
function QueryTestPointStatistics(
    queryText : String
) : ITestPointStatistics
Parameters
- queryText 
 Type: String- A WIQL string that finds test point statistics objects. 
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestPointStatistics
A collection of test point statistics.
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.