IVsDeployableProjectCfg.QueryStatusDeploy(Int32) Method

Definition

Determines whether or not a deployment operation has completed successfully.

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

Parameters

pfDeployDone
Int32

[out] Flag that is set to true if the deployment operation was successful and false if it was not successful.

Returns

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

Remarks

COM Signature

From vsshell.idl:

HRESULT IVsDeployableProjectCfg::QueryStatusDeploy(  
   [out] BOOL *pfDeployDone  
);  

Applies to