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: StringThe 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
- 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.
See Also
Reference
ITestControllerHelper Interface