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.
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
IEnumerable<ITestController> Query(
string groupId
)
IEnumerable<ITestController^>^ Query(
String^ groupId
)
abstract Query :
groupId:string -> IEnumerable<ITestController>
Function Query (
groupId As String
) As IEnumerable(Of ITestController)
Parameters
groupId
Type: System.StringThe identifier string for a group of test controllers.
Return Value
Type: System.Collections.Generic.IEnumerable<ITestController>
A list of test controllers or an empty list if no test controllers are registered.
See Also
ITestController
Query Overload
ITestControllerHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top