ITestControllerHelper.Update Method
Persists the updated properties of the provided test controllers on the server.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Sub Update ( _
testControllers As IEnumerable(Of ITestController) _
)
void Update(
IEnumerable<ITestController> testControllers
)
void Update(
IEnumerable<ITestController^>^ testControllers
)
abstract Update :
testControllers:IEnumerable<ITestController> -> unit
function Update(
testControllers : IEnumerable<ITestController>
)
Parameters
testControllers
Type: IEnumerable<ITestController>A list of test controller objects.
Exceptions
Exception | Condition |
---|---|
TestManagementInvalidOperationException | One test controller is not 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