Debugger5.CurrentMode Property
Gets the current mode of the debugger within the context of the IDE.
Namespace: EnvDTE100
Assembly: EnvDTE100 (in EnvDTE100.dll)
Syntax
'Declaration
ReadOnly Property CurrentMode As dbgDebugMode
dbgDebugMode CurrentMode { get; }
property dbgDebugMode CurrentMode {
dbgDebugMode get ();
}
abstract CurrentMode : dbgDebugMode with get
function get CurrentMode () : dbgDebugMode
Property Value
Type: EnvDTE.dbgDebugMode
A dbgDebugMode value.
.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.