IVsDeployableProjectCfg::QueryStatusDeploy Method (Int32)
Visual Studio 2015
Determines whether or not a deployment operation has completed successfully.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pfDeployDone
-
Type:
System::Int32
[out] Flag that is set to true if the deployment operation was successful and false if it was not successful.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsDeployableProjectCfg::QueryStatusDeploy( [out] BOOL *pfDeployDone );
Show: