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 Constructor (Guid, DebugTargetInfo^, DebugEventHandler^)
Initializes an instance of the DebugRequestMessage class by using the provided GUID, target debug information, and debug event handler for callback.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
public:
DebugRequestMessage(
Guid runId,
DebugTargetInfo^ targetInfo,
DebugEventHandler^ debugEventHandler
)
Parameters
- runId
-
Type:
System::Guid
A GUID to uniquely identify the test run.
- targetInfo
-
Type:
Microsoft.VisualStudio.TestTools.Common::DebugTargetInfo^
A DebugTargetInfo object that contains information about the test run.
- debugEventHandler
-
Type:
Microsoft.VisualStudio.TestTools.Common::DebugEventHandler^
The DebugEventHandler method that will handle the callback event.
Show: