VsShellUtilities.IsSolutionBuilding Method
Determines whether the build manager is busy.
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 IsSolutionBuilding ( _
serviceProvider As IServiceProvider _
) As Boolean
'用途
Dim serviceProvider As IServiceProvider
Dim returnValue As Boolean
returnValue = VsShellUtilities.IsSolutionBuilding(serviceProvider)
public static bool IsSolutionBuilding(
IServiceProvider serviceProvider
)
public:
static bool IsSolutionBuilding(
IServiceProvider^ serviceProvider
)
static member IsSolutionBuilding :
serviceProvider:IServiceProvider -> bool
public static function IsSolutionBuilding(
serviceProvider : IServiceProvider
) : boolean
Parameters
- serviceProvider
Type: System.IServiceProvider
IServiceProvider.
Return Value
Type: System.Boolean
true if the build manager is building or deploying the built application; 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.