Share via


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

Return Value

Type: Microsoft.VisualStudio.Shell.Interop.DBGMODE
One of the DBGMODE values.

.NET Framework Security

See Also

Reference

VsShellUtilities Class

VsShellUtilities Members

Microsoft.VisualStudio.Shell Namespace