IVsSolutionBuildManager.StartSimpleUpdateSolutionConfiguration 方法

生成,清理或部署解决方案列表。

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

语法

声明
Function StartSimpleUpdateSolutionConfiguration ( _
    dwFlags As UInteger, _
    dwDefQueryResults As UInteger, _
    fSuppressUI As Integer _
) As Integer
int StartSimpleUpdateSolutionConfiguration(
    uint dwFlags,
    uint dwDefQueryResults,
    int fSuppressUI
)

参数

  • fSuppressUI
    类型:System.Int32
    [in] 设置为 true 用于任何对话框的默认响应,不会显示;否则 false。

返回值

类型:System.Int32
如果方法成功,则返回 S_OK。如果失败,它会返回一个错误代码。

备注

COM 签名

从 vsshell.idl:

HRESULT IVsSolutionBuildManager::StartSimpleUpdateSolutionConfiguration(
   [in] DWORD dwFlags,
   [in] DWORD dwDefQueryResults,
   [in] BOOL fSuppressUI
);

StartSimpleUpdateSolutionConfiguration 是更新命令的变量并允许您生成,清理,部署或生成一个解决方案配置。 解决方案配置将确定总体基于解决方案配置如何生成的安装项目在解决方案配置属性页 " 对话框中定义。 将在您指定的此对话框哪些部署项目生成的和的。 有关更多信息,请参见 解决方案配置

.NET Framework 安全性

请参见

参考

IVsSolutionBuildManager 接口

Microsoft.VisualStudio.Shell.Interop 命名空间