Share via


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

See Also

Reference

ITestConfigurationHelper Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestConfiguration