IVsDeployableProjectCfg.StopDeploy 方法

请求项停止部署操作。

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

语法

声明
Function StopDeploy ( _
    fSync As Integer _
) As Integer
int StopDeploy(
    int fSync
)

参数

  • fSync
    类型:System.Int32
    [in] 标记设置为 true ,如果部署应同步终止和 false ,如果可以停止异步。

返回值

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

备注

COM 签名

从 vsshell.idl:

HRESULT IVsDeployableProjectCfg::StopDeploy(
   [in] BOOL fSync
);

,当用户按 cancel (取消) 按钮在部署过程中时,调用此方法。

.NET Framework 安全性

请参见

参考

IVsDeployableProjectCfg 接口

Microsoft.VisualStudio.Shell.Interop 命名空间