VsShellUtilities.IsSolutionBuilding(IServiceProvider) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the build manager is busy.
public:
static bool IsSolutionBuilding(IServiceProvider ^ serviceProvider);
public static bool IsSolutionBuilding (IServiceProvider serviceProvider);
static member IsSolutionBuilding : IServiceProvider -> bool
Public Shared Function IsSolutionBuilding (serviceProvider As IServiceProvider) As Boolean
Public Function IsSolutionBuilding (serviceProvider As IServiceProvider) As Boolean
Parameters
- serviceProvider
- IServiceProvider
The service provider
Returns
true if solution is building or deploying.