VsShellUtilities.IsVisualStudioInDesignMode Method
Determines whether Visual Studio is in design mode (as opposed to run mode or debug mode).
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'宣告
Public Shared Function IsVisualStudioInDesignMode ( _
serviceProvider As IServiceProvider _
) As Boolean
public static bool IsVisualStudioInDesignMode(
IServiceProvider serviceProvider
)
Parameters
- serviceProvider
Type: System.IServiceProvider
IServiceProvider .
Return Value
Type: System.Boolean
true if Visual Studio is in design mode; otherwise, false.
.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.