ITestTypeSpecificRunConfigurationData 接口
表示一个接口,该接口必须由使用特定于测试类型的测试运行配置数据对测试类型进行定义的扩展对象实现。
命名空间: Microsoft.VisualStudio.TestTools.Common
程序集: Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)
语法
声明
Public Interface ITestTypeSpecificRunConfigurationData _
Inherits ICloneable
public interface ITestTypeSpecificRunConfigurationData : ICloneable
public interface class ITestTypeSpecificRunConfigurationData : ICloneable
type ITestTypeSpecificRunConfigurationData =
interface
interface ICloneable
end
public interface ITestTypeSpecificRunConfigurationData extends ICloneable
ITestTypeSpecificRunConfigurationData 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
RunConfigurationInformation | 在派生类中实现时,获取特定于自定义测试类型和关联测试运行的配置数据。 |
页首
方法
名称 | 说明 | |
---|---|---|
Clone | 创建作为当前实例副本的新对象。 (继承自 ICloneable。) |
页首
请参见
参考
Microsoft.VisualStudio.TestTools.Common 命名空间
其他资源
Packaging and Installing Test Type Extensions in Visual Studio