Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 with get
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.