IVsDeployStatusCallback.OnQueryContinueDeploy(Int32) 方法

定义

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

public:
 int OnQueryContinueDeploy([Runtime::InteropServices::Out] int % pfContinue);
int OnQueryContinueDeploy([Runtime::InteropServices::Out] int & pfContinue);
public int OnQueryContinueDeploy (out int pfContinue);
abstract member OnQueryContinueDeploy : int -> int
Public Function OnQueryContinueDeploy (ByRef pfContinue As Integer) As Integer

参数

pfContinue
Int32

[in,out]指向一个标志的指针,该标志在 true 部署操作可以继续并且应终止时设置为 false

返回

Int32

如果该方法成功,则它会返回 S_OK。 如果该方法失败,则会返回错误代码。

注解

COM 签名

从 vsshell:

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

适用于