VsShellUtilities.IsSolutionBuilding 方法

确定生成经理是否正忙。

命名空间:  Microsoft.VisualStudio.Shell
程序集:  Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)

语法

声明
Public Shared Function IsSolutionBuilding ( _
    serviceProvider As IServiceProvider _
) As Boolean
public static bool IsSolutionBuilding(
    IServiceProvider serviceProvider
)

参数

返回值

类型:System.Boolean
true ,如果生成管理器是生成或部署生成的应用程序;否则, false。

.NET Framework 安全性

请参见

参考

VsShellUtilities 类

Microsoft.VisualStudio.Shell 命名空间