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.

TestResultId Class

 

Represents a unique identifier for a test result.

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

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

[SerializableAttribute]
public ref class TestResultId sealed : IVerifiable, IXmlTestStore

NameDescription
System_CAPS_pubmethodTestResultId(Guid, TestExecId^, TestExecId^, TestId^)

Initializes a new instance of the TestResultId class by using the provided test run ID, execution ID, parent execution ID, and test ID.

System_CAPS_pubmethodTestResultId(String^, String^, String^, String^)

Initializes a new instance of the TestResultId class by using the provided test run ID, text execution ID, the parent text execution ID, and the test ID.

NameDescription
System_CAPS_pubpropertyExecutionId

Gets the text execution ID.

System_CAPS_pubpropertyIsRunLevel

Gets a value that indicates whether the associated test result is for a test run.

System_CAPS_pubpropertyParentExecId

Gets the test execution ID for the parent test result.

System_CAPS_pubpropertyRunId

Gets the ID for the test run.

System_CAPS_pubpropertyTestId

Gets the ID for the test.

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the provided object is equal to the current object.(Overrides Object::Equals(Object^).)

System_CAPS_pubmethodGetHashCode()
System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsValid()

Returns a value that indicates whether this test result ID is valid.

System_CAPS_pubmethodLoad(XmlElement^, XmlTestStoreParameters^)

Loads an instance of this class from the provided XML element by using the provided parameters.

System_CAPS_pubmethodSystem_CAPS_staticRunLevelId(Guid)

Returns the test result ID for the test result from the test run that generated the associated test result by using the provided child test run ID.

System_CAPS_pubmethodSave(XmlElement^, XmlTestStoreParameters^)

Saves this object in the provided XML element.

System_CAPS_pubmethodToString()

Returns a string representation of this test result ID.(Overrides Object::ToString().)

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: