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 current debug mode of the shell, for example, design mode, running mode, or break mode.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaration
Public Shared Function GetDebugMode ( _
serviceProvider As IServiceProvider _
) As DBGMODE
public static DBGMODE GetDebugMode(
IServiceProvider serviceProvider
)
public:
static DBGMODE GetDebugMode(
IServiceProvider^ serviceProvider
)
static member GetDebugMode :
serviceProvider:IServiceProvider -> DBGMODE
public static function GetDebugMode(
serviceProvider : IServiceProvider
) : DBGMODE
Parameters
- serviceProvider
Type: System.IServiceProvider
IServiceProvider .
Return Value
Type: Microsoft.VisualStudio.Shell.Interop.DBGMODE
One of the DBGMODE values.
.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.