ITestConfigurationHelper.Create 方法

创建新的测试配置对象。

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

语法

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

返回值

类型:Microsoft.TeamFoundation.TestManagement.Client.ITestConfiguration
测试配置对象。

备注

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

.NET Framework 安全性

请参见

参考

ITestConfigurationHelper 接口

Microsoft.TeamFoundation.TestManagement.Client 命名空间

ITestConfiguration