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::DebugEventHandler Property

 

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

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

public:
property DebugEventHandler^ DebugEventHandler {
	DebugEventHandler^ get();
}

If an agent adapter sends the debug request, the adapter waits for a limited time for a response.

Return to top
Show: