TestType 类
标识测试类型。
继承层次结构
System.Object
Microsoft.VisualStudio.TestTools.Common.TestType
命名空间: Microsoft.VisualStudio.TestTools.Common
程序集: Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)
语法
声明
<SerializableAttribute> _
Public NotInheritable Class TestType _
Implements IXmlTestStore
[SerializableAttribute]
public sealed class TestType : IXmlTestStore
[SerializableAttribute]
public ref class TestType sealed : IXmlTestStore
[<Sealed>]
[<SerializableAttribute>]
type TestType =
class
interface IXmlTestStore
end
public final class TestType implements IXmlTestStore
TestType 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
TestType | 初始化 TestType 类的实例。 |
页首
属性
名称 | 说明 | |
---|---|---|
Id | 获取唯一标识测试类型的 GUID。 |
页首
方法
名称 | 说明 | |
---|---|---|
Equals | 比较提供的 TestType 与当前实例是否相等。 (重写 Object.Equals(Object)。) | |
GetHashCode | 不需要说明。 (重写 Object.GetHashCode()。) | |
GetType | 获取当前实例的 Type。 (继承自 Object。) | |
Load | 使用提供的参数,从提供的 XML 元素中加载对象。 | |
Save | 使用提供的参数,将当前对象保存到指定的 XML 元素中。 | |
ToString | 检索测试类型的名称。 (重写 Object.ToString()。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。