Share via


IVsDeployableProjectCfg2.Rollback(UInt32) Method

Definition

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.

Implements

Applies to