Events.DebuggerEvents Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the object that provides events from the debugger.
public:
property EnvDTE::DebuggerEvents ^ DebuggerEvents { EnvDTE::DebuggerEvents ^ get(); };
public:
property EnvDTE::DebuggerEvents ^ DebuggerEvents { EnvDTE::DebuggerEvents ^ get(); };
[System.Runtime.InteropServices.DispId(312)]
public EnvDTE.DebuggerEvents DebuggerEvents { [System.Runtime.InteropServices.DispId(312)] get; }
[<System.Runtime.InteropServices.DispId(312)>]
[<get: System.Runtime.InteropServices.DispId(312)>]
member this.DebuggerEvents : EnvDTE.DebuggerEvents
Public ReadOnly Property DebuggerEvents As DebuggerEvents
Property Value
A DebuggerEvents object.
- Attributes