IVsDeployableProjectCfg2.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.
Call to find out if deployment is done.
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] Pointer to a Boolean. Set to true
if deployment complete.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.