ITestConfigurationHelper.Create Method
Creates a new test configuration object.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Function Create As ITestConfiguration
ITestConfiguration Create()
ITestConfiguration^ Create()
abstract Create : unit -> ITestConfiguration
function Create() : ITestConfiguration
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestConfiguration
A test configuration object.
Remarks
The new test configuration object will be created on the server only when its ITestBase.Save method is called.
.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
ITestConfigurationHelper Interface