IVsDeployableProjectCfg2.Rollback(UInt32) 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.
Method to call if any deployment fails.
public:
int Rollback(System::UInt32 dwReserved);
public:
int Rollback(unsigned int dwReserved);
int Rollback(unsigned int dwReserved);
public int Rollback (uint dwReserved);
abstract member Rollback : uint32 -> int
Public Function Rollback (dwReserved As UInteger) As Integer
Parameters
- dwReserved
- UInt32
Bit flags representing options. Unused.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.