TcmInformation 类
此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。
封装有关测试用例管理服务器中存储的测试的信息。
继承层次结构
System.Object
Microsoft.VisualStudio.TestTools.Common.TcmInformation
命名空间: Microsoft.VisualStudio.TestTools.Common
程序集: Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)
语法
声明
<SerializableAttribute> _
Public NotInheritable Class TcmInformation _
Implements IXmlTestStore, IEquatable(Of TcmInformation)
[SerializableAttribute]
public sealed class TcmInformation : IXmlTestStore,
IEquatable<TcmInformation>
[SerializableAttribute]
public ref class TcmInformation sealed : IXmlTestStore,
IEquatable<TcmInformation^>
[<Sealed>]
[<SerializableAttribute>]
type TcmInformation =
class
interface IXmlTestStore
interface IEquatable<TcmInformation>
end
public final class TcmInformation implements IXmlTestStore, IEquatable<TcmInformation>
TcmInformation 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
TcmInformation(Int32, Int32, Int32) | 使用所提供的测试用例 ID、测试运行 ID 和测试结果 ID 初始化 TcmInformation 类的新实例。 | |
TcmInformation(Int32, Int32, Int32, Int32) |
页首
属性
名称 | 说明 | |
---|---|---|
TestCaseId | 获取测试用例 ID。 | |
TestIterationId | ||
TestResultId | 获取测试结果 ID。 | |
TestRunId | 获取测试运行 ID。 |
页首
方法
名称 | 说明 | |
---|---|---|
Equals(Object) | 返回一个值,该值指示提供的对象是否与当前对象相等。 (重写 Object.Equals(Object)。) | |
Equals(TcmInformation) | 返回一个值,该值指示提供的 TCM 信息对象是否与当前对象相等。 | |
GetHashCode | 用作特定类型的哈希函数。 (重写 Object.GetHashCode()。) | |
GetType | 获取当前实例的 Type。 (继承自 Object。) | |
ToString | 返回表示当前对象的字符串。 (继承自 Object。) |
页首
运算符
名称 | 说明 | |
---|---|---|
Equality | 表示用于比较两个 TCM 信息对象的相等运算符 (==)。 | |
Inequality | 表示用于比较两个 TCM 信息对象的不等运算符 (!=)。 |
页首
显式接口实现
名称 | 说明 | |
---|---|---|
IXmlTestStore.Load | 使用提供的参数,从提供的 XML 元素中加载当前对象。 | |
IXmlTestStore.Save | 使用提供的参数,将当前对象保存到提供的 XML 元素中。 |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。