DebuggerEvents Interface
Defines events supported by the debugger. Use this object for functionality and refer to DebuggerEventsClass for this object's members' documentation.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("D4EAE958-0FBA-11D3-B880-00C04F79E479")> _
Public Interface DebuggerEvents _
Inherits _DebuggerEvents, _dispDebuggerEvents_Event
'Usage
Dim instance As DebuggerEvents
[GuidAttribute("D4EAE958-0FBA-11D3-B880-00C04F79E479")]
public interface DebuggerEvents : _DebuggerEvents,
_dispDebuggerEvents_Event
[GuidAttribute(L"D4EAE958-0FBA-11D3-B880-00C04F79E479")]
public interface class DebuggerEvents : _DebuggerEvents,
_dispDebuggerEvents_Event
public interface DebuggerEvents extends _DebuggerEvents, _dispDebuggerEvents_Event