ITestControllerHelper.Create Method
Creates a new instance of a test controller.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Function Create As ITestController
ITestController Create()
ITestController^ Create()
abstract Create : unit -> ITestController
function Create() : ITestController
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestController
A new instance of a test controller.
.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