TestListCategoryId 类

测试列表编辑器 windows 标识特定测试列表 Microsoft Visual Studio test professional 2010 并且提供了 ID 预定义的访问测试列表。

继承层次结构

System.Object
  Microsoft.VisualStudio.TestTools.Common.TestListCategoryId

命名空间:  Microsoft.VisualStudio.TestTools.Common
程序集:  Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

语法

声明
<SerializableAttribute> _
Public NotInheritable Class TestListCategoryId
[SerializableAttribute]
public sealed class TestListCategoryId
[SerializableAttribute]
public ref class TestListCategoryId sealed
[<Sealed>]
[<SerializableAttribute>]
type TestListCategoryId =  class end
public final class TestListCategoryId

TestListCategoryId 类型公开以下成员。

构造函数

  名称 说明
公共方法 TestListCategoryId() 初始化 TestListCategoryId 类的新实例。
公共方法 TestListCategoryId(Guid) 使用提供的 GUID 初始化 TestListCategoryId 类的新实例。

页首

属性

  名称 说明
公共属性静态成员 AllItems 基础结构。获取包含所有测试列表的内部列表的测试列表类别 ID。
公共属性静态成员 Categories 获取包含所有用户定义测试列表的内部列表的测试列表类别 ID。
公共属性静态成员 Empty 获取一个空 Guid
公共属性 Id 获取关联的测试列表的 ID。
公共属性静态成员 Root 基础结构。获取所有测试列表的容器的内部 ID。
公共属性静态成员 Uncategorized 获取未分类测试的列表的 ID。

页首

方法

  名称 说明
公共方法 Equals 确定提供的对象是否等于当前测试列表 ID。 (重写 Object.Equals(Object)。)
公共方法 GetHashCode 用作特定类型的哈希函数。 (重写 Object.GetHashCode()。)
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
公共方法 ToString 返回此 ID 的字符串表示形式。 (重写 Object.ToString()。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参见

参考

Microsoft.VisualStudio.TestTools.Common 命名空间