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)

Syntax

'Declaration
Public ReadOnly Property DebugEventHandler As DebugEventHandler
public DebugEventHandler DebugEventHandler { get; }
public:
property DebugEventHandler^ DebugEventHandler {
    DebugEventHandler^ get ();
}
member DebugEventHandler : DebugEventHandler
function get DebugEventHandler () : DebugEventHandler

Property Value

Type: Microsoft.VisualStudio.TestTools.Common.DebugEventHandler
A DebugEventHandler object.

Remarks

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

.NET Framework Security

See Also

Reference

DebugRequestMessage Class

Microsoft.VisualStudio.TestTools.Common Namespace

DebugEventHandler