Share via


ITestPlan.QueryTestPoints Method (String, String)

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

Syntax

'Declaration
Function QueryTestPoints ( _
    pointQueryText As String, _
    testCaseFieldText As String _
) As ITestPointCollection
ITestPointCollection QueryTestPoints(
    string pointQueryText,
    string testCaseFieldText
)
ITestPointCollection^ QueryTestPoints(
    String^ pointQueryText, 
    String^ testCaseFieldText
)
abstract QueryTestPoints : 
        pointQueryText:string * 
        testCaseFieldText:string -> ITestPointCollection
function QueryTestPoints(
    pointQueryText : String, 
    testCaseFieldText : String
) : ITestPointCollection

Parameters

  • pointQueryText
    Type: String
  • testCaseFieldText
    Type: String

Return Value

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestPointCollection

.NET Framework Security

See Also

Reference

ITestPlan Interface

QueryTestPoints Overload

Microsoft.TeamFoundation.TestManagement.Client Namespace