IVsDeployableProjectCfg::Rollback Method (UInt32)
Visual Studio 2015
Alerts a deployment project that a deployment operation has failed.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- dwReserved
-
Type:
System::UInt32
[in] Reserved and must be set to zero. Call if any deployments failed.
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::Rollback( DWORD dwReserved );
When this method is called, the deployment project must do whatever is appropriate to rollback changes and restore the state of the project.
Show: