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.

TestExecId Class

 

Represents a unique ID for a test in a test run. This class cannot be inherited.

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

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

[SerializableAttribute]
public ref class TestExecId sealed 

NameDescription
System_CAPS_pubmethodTestExecId()

Initializes a new instance of the TestExecId class.

System_CAPS_pubmethodTestExecId(Guid)

Initializes a new instance of the TestExecId class by using the provided Guid.

NameDescription
System_CAPS_pubpropertySystem_CAPS_staticEmpty

Gets a new TestExecId that has an empty Guid.

System_CAPS_pubpropertyId

Gets the Guid for this object.

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_pubmethodToString()

Returns this object as a string.(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: