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.
Persists the updated properties of all test environments to the server.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
void Update(
IEnumerable<ITestEnvironment> testEnvironments
)
void Update(
IEnumerable<ITestEnvironment^>^ testEnvironments
)
abstract Update :
testEnvironments:IEnumerable<ITestEnvironment> -> unit
Sub Update (
testEnvironments As IEnumerable(Of ITestEnvironment)
)
Parameters
testEnvironments
Type: System.Collections.Generic.IEnumerable<ITestEnvironment>A list of ITestEnvironment objects.
Exceptions
Exception | Condition |
---|---|
TestManagementInvalidOperationException | One or more of the provided test environments is not registered. |
Remarks
The test environment properties are always updated, even if no test environment properties have changed.
See Also
ITestEnvironment
ITestEnvironmentHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top