Events.DebuggerEvents Property
Gets the object that provides events from the debugger.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
ReadOnly Property DebuggerEvents As DebuggerEvents
DebuggerEvents DebuggerEvents { get; }
property DebuggerEvents^ DebuggerEvents {
DebuggerEvents^ get ();
}
abstract DebuggerEvents : DebuggerEvents with get
function get DebuggerEvents () : DebuggerEvents
Property Value
Type: EnvDTE.DebuggerEvents
A DebuggerEvents object.
.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.