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.

DebugRequestMessage Class

 

Represents a request from a test adapter or host adapter for a debug test operation.

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


[SerializableAttribute]
public ref class DebugRequestMessage : TestResultMessage

NameDescription
System_CAPS_pubmethodDebugRequestMessage(Guid, DebugTargetInfo^)

Initializes an instance of the DebugRequestMessage class by using the provided GUID and target debug information.

System_CAPS_pubmethodDebugRequestMessage(Guid, DebugTargetInfo^, DebugEventHandler^)

Initializes an instance of the DebugRequestMessage class by using the provided GUID, target debug information, and debug event handler for callback.

NameDescription
System_CAPS_pubpropertyComputerName

Gets the name of the computer that executed the associated test run or test.(Inherited from TestResultMessage.)

System_CAPS_pubpropertyDebugEventHandler

Gets the DebugEventHandler method that will be called after the test operation is finished.

System_CAPS_pubpropertyDisplayText

Gets the text to display in the user interface of Visual Studio Application Lifecycle Management (ALM).(Inherited from TestResultMessage.)

System_CAPS_pubpropertyDuration

Gets or sets the time that was spent to execute the associated test or test run.(Inherited from TestResultMessage.)

System_CAPS_pubpropertyEndTime

Gets or sets the time that the execution ended.(Inherited from TestResultMessage.)

System_CAPS_pubpropertyId

Gets or sets the ID for this test result message.(Inherited from TestResultMessage.)

System_CAPS_pubpropertyIsRunLevel

Gets a value that indicates whether this result is for a test run and not for a test.(Inherited from TestResultMessage.)

System_CAPS_pubpropertyLongText

Gets the value of the DisplayText property.(Inherited from TestResultMessage.)

System_CAPS_pubpropertyMessageKind

Gets or sets the kind of test result message for this associated test result message.(Inherited from TestResultMessage.)

System_CAPS_pubpropertySpoolMessage

Gets or sets a value that determines whether this message will be spooled into the persisted test results.(Inherited from TestResultMessage.)

System_CAPS_pubpropertyStartTime

Gets or sets the time that the associated test run or test started.(Inherited from TestResultMessage.)

System_CAPS_pubpropertyStorage

Gets or sets the relative path of a folder where all files that are associated with the test are stored on the server.(Inherited from TestResultMessage.)

System_CAPS_pubpropertySystemException

Gets or sets the most recent exception that was encountered during the associated test run or test.(Inherited from TestResultMessage.)

System_CAPS_pubpropertyTargetInfo

Gets the DebugTargetInfo object that contains information about the debug target.

System_CAPS_pubpropertyTestName

Gets or sets the name of the associated test.(Inherited from TestResultMessage.)

System_CAPS_pubpropertyTestType

Gets or sets the type for the associated test.(Inherited from TestResultMessage.)

System_CAPS_pubpropertyVisibleProperties

Gets a collection of the properties in this test result message that will be visible in the user interface of Visual Studio Application Lifecycle Management (ALM).(Inherited from TestResultMessage.)

NameDescription
System_CAPS_pubmethodClone()

Returns a deep copy of this test result message.(Inherited from TestResultMessage.)

System_CAPS_pubmethodEquals(Object^)

Determines whether the provided object is equal to the current object.(Inherited from TestResultMessage.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from TestResultMessage.)

System_CAPS_pubmethodGetObjectData(SerializationInfo^, StreamingContext)

Populates a SerializationInfo by using the data that is required to serialize the target object.(Inherited from TestResultMessage.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsValid()

Determines whether this test result message is valid.(Inherited from TestResultMessage.)

System_CAPS_pubmethodLoad(XmlElement^, XmlTestStoreParameters^)

Loads an instance of this class from the provided XML element by using the provided XML store parameters.(Inherited from TestResultMessage.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSave(XmlElement^, XmlTestStoreParameters^)

Saves this object in the provided XML element.(Inherited from TestResultMessage.)

System_CAPS_pubmethodToString()

Returns a string representation of this test result message.(Inherited from TestResultMessage.)

NameDescription
System_CAPS_protfieldm_duration

This API supports the product infrastructure and is not intended to be used directly from your code. Returns the value of the Duration property.(Inherited from TestResultMessage.)

System_CAPS_protfieldm_endTime

Returns the value of the EndTime property.(Inherited from TestResultMessage.)

System_CAPS_protfieldm_exception

Returns the value of the SystemException property.(Inherited from TestResultMessage.)

System_CAPS_protfieldm_id

Returns the value of the P:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.ID property.(Inherited from TestResultMessage.)

System_CAPS_protfieldm_messageKind

Returns the value of the MessageKind property.(Inherited from TestResultMessage.)

System_CAPS_protfieldm_spoolMessage

Returns the value of the SpoolMessage property.(Inherited from TestResultMessage.)

System_CAPS_protfieldm_startTime

Returns the value of the StartTime property.(Inherited from TestResultMessage.)

System_CAPS_protfieldm_testName

Returns the value of the TestName property.(Inherited from TestResultMessage.)

System_CAPS_protfieldm_testType

Returns the value of the TestType property.(Inherited from TestResultMessage.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

T:Microsoft.VisualStudio.TestTools.Execution.ITestAdapter
IHostAdapter
Microsoft.VisualStudio.TestTools.Common Namespace

Return to top
Show: