TestAndCategoryPair 类
表示 Visual Studio 专业测试工具版 的**“测试列表编辑器”**窗口所使用的测试与测试类别之间的匹配。
继承层次结构
System.Object
Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPair
命名空间: Microsoft.VisualStudio.TestTools.Common
程序集: Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)
语法
声明
<SerializableAttribute> _
Public Class TestAndCategoryPair
[SerializableAttribute]
public class TestAndCategoryPair
[SerializableAttribute]
public ref class TestAndCategoryPair
[<SerializableAttribute>]
type TestAndCategoryPair = class end
public class TestAndCategoryPair
TestAndCategoryPair 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
TestAndCategoryPair(TestId, TestListCategoryId) | 使用提供的测试 ID 和类别 ID 初始化 TestAndCategoryPair 类的新实例。 | |
TestAndCategoryPair(TestId, TestListCategoryId, Boolean, Boolean) | 使用提供的测试 ID、类别 ID 和断开链接的指示符初始化 TestAndCategoryPair 类的新实例。 |
页首
属性
名称 | 说明 | |
---|---|---|
CategoryId | 获取测试类别的 ID。 | |
Enabled | 获取一个值,该值指示是否已启用测试与类别之间的链接。 | |
IsBrokenLink | 获取一个值,该值指示测试与类别之间的链接是否已断开。 | |
TestId | 获取测试的 ID。 |
页首
方法
名称 | 说明 | |
---|---|---|
Equals | 确定提供的实例是否等于此实例。 (重写 Object.Equals(Object)。) | |
Finalize | 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。) | |
GetHashCode | 用作特定类型的哈希函数。 (重写 Object.GetHashCode()。) | |
GetType | 获取当前实例的 Type。 (继承自 Object。) | |
MemberwiseClone | 创建当前 Object 的浅表副本。 (继承自 Object。) | |
ToString | 返回表示当前对象的字符串。 (继承自 Object。) | |
ToTestId | 基础结构。使用提供的 TestAndCategoryPair 对象返回 TestId 对象。 | |
ToTestListCategoryId | 基础结构。使用提供的 TestAndCategoryPair 对象返回 TestListCategoryId 对象。 |
页首
运算符
名称 | 说明 | |
---|---|---|
Implicit(TestAndCategoryPair to TestId) | 基础结构。表示当将 TestAndCategoryPair 对象与 TestId 对象比较时的隐式运算符。 | |
Implicit(TestAndCategoryPair to TestListCategoryId) | 基础结构。表示当将 TestAndCategoryPair 对象与 TestListCategoryId 对象比较时的隐式运算符。 |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。