ITestConfigurationHelper.Create 方法 ()

 

创建新的测试配置对象。

命名空间:   Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)

语法

ITestConfiguration Create()
ITestConfiguration^ Create()
abstract Create : unit -> ITestConfiguration
Function Create As ITestConfiguration

返回值

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestConfiguration

测试配置对象。

备注

只有当调用新测试配置对象的 ITestBase.Save 方法时,才会在服务器上创建该对象。

请参阅

ITestConfiguration
ITestConfigurationHelper 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首