IVsDeployableProjectCfg.QueryStatusDeploy(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
);