Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the object that provides events from the debugger.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
ReadOnly Property DebuggerEvents As DebuggerEvents
'Usage
Dim instance As Events
Dim value As DebuggerEvents
value = instance.DebuggerEvents
DebuggerEvents DebuggerEvents { get; }
property DebuggerEvents^ DebuggerEvents {
DebuggerEvents^ 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.