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.

TestRunConfigurationId Class

 

Represents an identifier for a test run configuration object.

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

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

[SerializableAttribute]
public ref class TestRunConfigurationId sealed 

NameDescription
System_CAPS_pubmethodTestRunConfigurationId()

Initializes a new instance of the TestRunConfigurationId class.

System_CAPS_pubmethodTestRunConfigurationId(Guid)

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

NameDescription
System_CAPS_pubpropertyId

Gets the Guid value for the associated test run configuration.

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 a string representation of this test run configuration ID object.(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: