TestCategoryItem 类

表示一个测试类别。

继承层次结构

System.Object
  Microsoft.VisualStudio.TestTools.Common.TestCategoryItem

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

语法

声明
<SerializableAttribute> _
Public NotInheritable Class TestCategoryItem _
    Implements IPersistable, IXmlTestStore
[SerializableAttribute]
public sealed class TestCategoryItem : IPersistable, 
    IXmlTestStore
[SerializableAttribute]
public ref class TestCategoryItem sealed : IPersistable, 
    IXmlTestStore
[<Sealed>]
[<SerializableAttribute>]
type TestCategoryItem =  
    class
        interface IPersistable
        interface IXmlTestStore
    end
public final class TestCategoryItem implements IPersistable, IXmlTestStore

TestCategoryItem 类型公开以下成员。

构造函数

  名称 说明
公共方法 TestCategoryItem 使用提供的类别名称初始化 TestCategoryItem 类的一个新实例。

页首

属性

  名称 说明
公共属性 TestCategory 表示类别的名称。

页首

方法

  名称 说明
公共方法 Equals 确定另一个对象是否等于当前实例。 (重写 Object.Equals(Object)。)
公共方法 GetHashCode 用于 TestCategoryItem 类的一个哈希函数。 (重写 Object.GetHashCode()。)
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
公共方法 Load 加载 XML 数据以重建 TestCategoryItem 类的持久性实例。
公共方法 PrepareToPersist 对于此类,此方法不执行任何操作。
公共方法 RecoverFromPersistence 从持久性存储重新加载之后验证实例的有效性。
公共方法 Save 将当前实例作为 XML 元素保存或持久保存到 XML 存储区。
公共方法 ToString 返回类别名称。 (重写 Object.ToString()。)

页首

线程安全

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

请参见

参考

Microsoft.VisualStudio.TestTools.Common 命名空间