Share via


IVsDeployStatusCallback.OnQueryContinueDeploy(Int32) Method

Definition

Notifies the environment that a deployment operation is in progress.

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

Parameters

pfContinue
Int32

[in, out] Pointer to a flag that is set to true if the deployment operation can continue and false if it should be terminated.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell.idl:

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

Applies to