TcmInformation Class
This API supports the product 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.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
![]() | TcmInformation(Int32, Int32, Int32, Int32) |
| Name | Description | |
|---|---|---|
![]() | TestCaseId | Gets the test case ID. |
![]() | TestIterationId | |
![]() | TestResultId | Gets the test result ID. |
![]() | TestRunId | Gets the test run ID. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Returns a value that indicates whether the provided object is equal to the current object.(Overrides Object::Equals(Object^).) |
![]() | Equals(TcmInformation^) | Returns a value that indicates whether the provided TCM information object is equal to the current object. |
![]() | GetHashCode() | (Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(TcmInformation^, TcmInformation^) | Represents the equality operator (==) to compare two TCM information objects. |
![]() ![]() | Inequality(TcmInformation^, TcmInformation^) | Represents the inequality operator (!=) to compare two TCM information objects. |
| Name | Description | |
|---|---|---|
![]() ![]() | IXmlTestStore::Load(XmlElement^, XmlTestStoreParameters^) | Loads the current object from the provided XML element by using the provided parameters. |
![]() ![]() | IXmlTestStore::Save(XmlElement^, XmlTestStoreParameters^) | Saves the current object to the provided XML element by using the provided parameters. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





