This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Encapsulates the information about a test that is stored in the test case management server.
Inheritance Hierarchy
Object
  Microsoft.VisualStudio.TestTools.Common.TcmInformation
Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<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>
The TcmInformation type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | TcmInformation(Int32, Int32, Int32) | Initializes a new instance of the TcmInformation class by using the provided test case ID, test run ID, and test result ID. | 
| .gif) | TcmInformation(Int32, Int32, Int32, Int32) | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | TestCaseId | Gets the test case ID. | 
| .gif) | TestIterationId | |
| .gif) | TestResultId | Gets the test result ID. | 
| .gif) | TestRunId | Gets the test run ID. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals(Object) | Returns a value that indicates whether the provided object is equal to the current object. (Overrides Object.Equals(Object).) | 
| .gif) | Equals(TcmInformation) | Returns a value that indicates whether the provided TCM information object is equal to the current object. | 
| .gif) | GetHashCode | Serves as the default hash function. (Overrides Object.GetHashCode.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | 
Top
Operators
| Name | Description | |
|---|---|---|
| .gif) .gif) | Equality | Represents the equality operator (==) to compare two TCM information objects. | 
| .gif) .gif) | Inequality | Represents the inequality operator (!=) to compare two TCM information objects. | 
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| .gif) .gif) | IXmlTestStore.Load | Loads the current object from the provided XML element by using the provided parameters. | 
| .gif) .gif) | IXmlTestStore.Save | Saves the current object to the provided XML element by using the provided parameters. | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.