VsShellUtilities::GetDebugMode Method (IServiceProvider^)

 

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.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
static DBGMODE GetDebugMode(
	IServiceProvider^ serviceProvider
)

Parameters

serviceProvider
Type: System::IServiceProvider^

IServiceProvider.

Return Value

Type: Microsoft.VisualStudio.Shell.Interop::DBGMODE

One of the DBGMODE values.

Return to top
Show: