TcmInformation Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Encapsulates the information about a test that is stored in the test case management server.
public ref class TcmInformation sealed : IEquatable<Microsoft::VisualStudio::TestTools::Common::TcmInformation ^>, Microsoft::VisualStudio::TestTools::Common::Xml::IXmlTestStore
[System.Serializable]
public sealed class TcmInformation : IEquatable<Microsoft.VisualStudio.TestTools.Common.TcmInformation>, Microsoft.VisualStudio.TestTools.Common.Xml.IXmlTestStore
[<System.Serializable>]
type TcmInformation = class
interface IXmlTestStore
interface IEquatable<TcmInformation>
Public NotInheritable Class TcmInformation
Implements IEquatable(Of TcmInformation), IXmlTestStore
- Inheritance
-
TcmInformation
- Attributes
- Implements
Tcm |
|
Tcm |
Initializes a new instance of the TcmInformation class by using the provided test case ID, test run ID, and test result ID. |
Test |
Gets the test case ID. |
Test |
|
Test |
Gets the test result ID. |
Test |
Gets the test run ID. |
Equals(Object) |
Returns a value that indicates whether the provided object is equal to the current object. |
Equals(Tcm |
Returns a value that indicates whether the provided TCM information object is equal to the current object. |
Get |
Equality(Tcm |
Represents the equality operator (==) to compare two TCM information objects. |
Inequality(Tcm |
Represents the inequality operator (!=) to compare two TCM information objects. |
IXml |
Loads the current object from the provided XML element by using the provided parameters. |
IXml |
Saves the current object to the provided XML element by using the provided parameters. |
Product | Versies |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |