Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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.