Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

System::Object
  Microsoft.VisualStudio.TestTools.Common::TcmInformation

[SerializableAttribute]
public ref class TcmInformation sealed : IXmlTestStore, IEquatable<TcmInformation^>

NameDescription
System_CAPS_pubmethodTcmInformation(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.

System_CAPS_pubmethodTcmInformation(Int32, Int32, Int32, Int32)

NameDescription
System_CAPS_pubpropertyTestCaseId

Gets the test case ID.

System_CAPS_pubpropertyTestIterationId

System_CAPS_pubpropertyTestResultId

Gets the test result ID.

System_CAPS_pubpropertyTestRunId

Gets the test run ID.

NameDescription
System_CAPS_pubmethodEquals(Object^)

Returns a value that indicates whether the provided object is equal to the current object.(Overrides Object::Equals(Object^).)

System_CAPS_pubmethodEquals(TcmInformation^)

Returns a value that indicates whether the provided TCM information object is equal to the current object.

System_CAPS_pubmethodGetHashCode()
System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticEquality(TcmInformation^, TcmInformation^)

Represents the equality operator (==) to compare two TCM information objects.

System_CAPS_puboperatorSystem_CAPS_staticInequality(TcmInformation^, TcmInformation^)

Represents the inequality operator (!=) to compare two TCM information objects.

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIXmlTestStore::Load(XmlElement^, XmlTestStoreParameters^)

Loads the current object from the provided XML element by using the provided parameters.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIXmlTestStore::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.

Return to top
Show: