继承层次结构
Object
Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration
命名空间: Microsoft.VisualStudio.TestTools.Common
程序集: Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)
语法
声明
<SerializableAttribute> _
Public Class TestRunConfiguration _
Implements ICloneable, IVerifiable, IVisiblePropertyProvider, ISerializable, _
IXmlTestStore, IXmlTestStoreCustom
[SerializableAttribute]
public class TestRunConfiguration : ICloneable,
IVerifiable, IVisiblePropertyProvider, ISerializable, IXmlTestStore, IXmlTestStoreCustom
[SerializableAttribute]
public ref class TestRunConfiguration : ICloneable,
IVerifiable, IVisiblePropertyProvider, ISerializable, IXmlTestStore, IXmlTestStoreCustom
[<SerializableAttribute>]
type TestRunConfiguration =
class
interface ICloneable
interface IVerifiable
interface IVisiblePropertyProvider
interface ISerializable
interface IXmlTestStore
interface IXmlTestStoreCustom
end
public class TestRunConfiguration implements ICloneable, IVerifiable, IVisiblePropertyProvider, ISerializable, IXmlTestStore, IXmlTestStoreCustom
TestRunConfiguration 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
![]() |
TestRunConfiguration(SerializationInfo, StreamingContext) | |
![]() |
TestRunConfiguration(String, String) |
页首
属性
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
Clone | |
![]() |
Equals | (重写 Object.Equals(Object)。) |
![]() |
Finalize | 在垃圾回收将某一对象回收前允许该对象尝试释放资源并执行其他清理操作。 (继承自 Object。) |
![]() |
GetHashCode | (重写 Object.GetHashCode。) |
![]() |
GetObjectData | |
![]() |
GetTestElementTimeout | |
![]() |
GetTestTypeSpecificData | |
![]() |
GetType | 获取当前实例的 Type。 (继承自 Object。) |
![]() |
IsValid | |
![]() |
Load | |
![]() |
MemberwiseClone | 创建当前 Object 的浅表副本。 (继承自 Object。) |
![]() |
Save | |
![]() |
SetTestEnvironment | |
![]() |
SetTestTypeSpecificData | |
![]() |
ToString | (重写 Object.ToString。) |
页首
字段
名称 | 说明 | |
---|---|---|
![]() ![]() |
DefaultDeploymentRootDirectory | |
![]() ![]() |
DefaultRelativePathRoot |
页首
备注
这里不会更新任何内容;请不要在这里添加材料。
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。