VsShellUtilities.IsSolutionBuilding Method

Determines whether the build manager is busy.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)

Syntax

'Declaration
Public Shared Function IsSolutionBuilding ( _
    serviceProvider As IServiceProvider _
) As Boolean
'Usage
Dim serviceProvider As IServiceProvider 
Dim returnValue As Boolean 

returnValue = VsShellUtilities.IsSolutionBuilding(serviceProvider)
public static bool IsSolutionBuilding(
    IServiceProvider serviceProvider
)
public:
static bool IsSolutionBuilding(
    IServiceProvider^ serviceProvider
)
public static function IsSolutionBuilding(
    serviceProvider : IServiceProvider
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the build manager is building or deploying the built application; otherwise, false.

.NET Framework Security

See Also

Reference

VsShellUtilities Class

VsShellUtilities Members

Microsoft.VisualStudio.Shell Namespace