ITestSuiteBase.DefaultConfigurations 属性

获取默认配置的只读列表。

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

语法

声明
ReadOnly Property DefaultConfigurations As IList(Of IdAndName)
IList<IdAndName> DefaultConfigurations { get; }
property IList<IdAndName>^ DefaultConfigurations {
    IList<IdAndName>^ get ();
}
abstract DefaultConfigurations : IList<IdAndName> with get
function get DefaultConfigurations () : IList<IdAndName>

属性值

类型:System.Collections.Generic.IList<IdAndName>
默认配置的列表。

备注

当测试用例添加到此套件中时,这就是要为其创建测试点的配置列表,除非测试用例重写该列表。如果没有任何配置已专门添加到此套件,则该列表继承自父级。

.NET Framework 安全性

请参见

参考

ITestSuiteBase 接口

Microsoft.TeamFoundation.TestManagement.Client 命名空间

ITestConfigurationCollection