IVsDeployStatusCallback.OnQueryContinueDeploy 方法

通知该环境部署操作正在进行。

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

语法

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

参数

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

返回值

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

备注

COM 签名

从 vsshell.idl:

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

.NET Framework 安全性

请参见

参考

IVsDeployStatusCallback 接口

Microsoft.VisualStudio.Shell.Interop 命名空间