VsShellUtilities.IsSolutionBuilding(IServiceProvider) 方法

定义

确定生成管理器是否忙。

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

参数

serviceProvider
IServiceProvider

服务提供程序

返回

Boolean

如果解决方案正在生成或部署,则为 true。

适用于