ITestControllerHelper.Query Method
Returns a list of all test controllers that are registered with the team project collection.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Function Query As IEnumerable(Of ITestController)
IEnumerable<ITestController> Query()
IEnumerable<ITestController^>^ Query()
abstract Query : unit -> IEnumerable<ITestController>
function Query() : IEnumerable<ITestController>
Return Value
Type: System.Collections.Generic.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