Share via


ITestPlan.QueryTestPoints Method (String)

Finds and returns all test points that belong to this test plan and that match the provided query.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
Function QueryTestPoints ( _
    queryText As String _
) As ITestPointCollection
ITestPointCollection QueryTestPoints(
    string queryText
)
ITestPointCollection^ QueryTestPoints(
    String^ queryText
)
abstract QueryTestPoints : 
        queryText:string -> ITestPointCollection 
function QueryTestPoints(
    queryText : String
) : ITestPointCollection

Parameters

  • queryText
    Type: System.String
    A WIQL string that finds test point objects.

Return Value

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestPointCollection
A collection of test points.

.NET Framework Security

See Also

Reference

ITestPlan Interface

QueryTestPoints Overload

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestPointCollection

ITestPoint