Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.