Share via


ITestControllerHelper.Query Method (String)

Returns a list of all test controllers that belong to the specified group of test controllers in the team project collection.

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

Syntax

'Declaration
Function Query ( _
    groupId As String _
) As IEnumerable(Of ITestController)
IEnumerable<ITestController> Query(
    string groupId
)
IEnumerable<ITestController^>^ Query(
    String^ groupId
)
abstract Query : 
        groupId:string -> IEnumerable<ITestController> 
function Query(
    groupId : String
) : IEnumerable<ITestController>

Parameters

  • groupId
    Type: String

    The identifier string for a group of test controllers.

Return Value

Type: IEnumerable<ITestController>
A list of test controllers or an empty list if no test controllers are registered.

.NET Framework Security

See Also

Reference

ITestControllerHelper Interface

Query Overload

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestController