ITestManagementTeamProject.TestConfigurations 属性

 

发布时间: 2016年4月

获取提供对此项目中的测试配置的访问的帮助程序对象。

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

语法

ITestConfigurationHelper TestConfigurations { get; }
property ITestConfigurationHelper^ TestConfigurations {
    ITestConfigurationHelper^ get();
}
abstract TestConfigurations : ITestConfigurationHelper with get
ReadOnly Property TestConfigurations As ITestConfigurationHelper

属性值

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestConfigurationHelper

提供对此项目中的测试配置的访问一个帮助程序对象。

请参阅

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

返回页首