VsShellUtilities::IsSolutionBuilding Method (IServiceProvider^)

 

Determines whether the build manager is busy.

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

public:
static bool IsSolutionBuilding(
	IServiceProvider^ serviceProvider
)

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.

Return to top
Show: