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 the test environments that belong to the owner of this helper.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
IEnumerable<ITestEnvironment> Query()
IEnumerable<ITestEnvironment^>^ Query()
abstract Query : unit -> IEnumerable<ITestEnvironment>
Function Query As IEnumerable(Of ITestEnvironment)
Return Value
Type: System.Collections.Generic.IEnumerable<ITestEnvironment>
A list of test environments.
See Also
ITestEnvironment
ITestEnvironmentHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top