Share via


VsShellUtilities.IsSolutionBuilding(IServiceProvider) Method

Definition

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.

Applies to