IVsDeployStatusCallback.OnStartDeploy 方法

通知该环境部署操作启动。

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

语法

声明
Function OnStartDeploy ( _
    <OutAttribute> ByRef pfContinue As Integer _
) As Integer
int OnStartDeploy(
    out int pfContinue
)

参数

  • pfContinue
    类型:System.Int32%
    [in, out] 为设置为 true 的标志的指针,如果部署过程可以继续和 false ,则应停止。

返回值

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

备注

COM 签名

从 vsshell.idl:

HRESULT IVsDeployStatusCallback::OnStartDeploy(
   [in,out]BOOL *pfContinue
);

,在开始部署操作。警报该环境时,项调用此方法。 该环境可以通过将 pfContinue 内容而取消操作。 false。

.NET Framework 安全性

请参见

参考

IVsDeployStatusCallback 接口

Microsoft.VisualStudio.Shell.Interop 命名空间