VsShellUtilities.GetDebugMode Method
Gets the current debug mode of the shell, for example, design mode, running mode, or break mode.
Namespace: Microsoft.VisualStudio.Shell
Assemblies: Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
'宣告
Public Shared Function GetDebugMode ( _
serviceProvider As IServiceProvider _
) As DBGMODE
'用途
Dim serviceProvider As IServiceProvider
Dim returnValue As DBGMODE
returnValue = VsShellUtilities.GetDebugMode(serviceProvider)
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.