IVsDeployableProjectCfg2.Commit(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 all deployments succeed.
public:
int Commit(System::UInt32 dwReserved);
public:
int Commit(unsigned int dwReserved);
int Commit(unsigned int dwReserved);
public int Commit (uint dwReserved);
abstract member Commit : uint32 -> int
Public Function Commit (dwReserved As UInteger) As Integer
Parameters
- dwReserved
- UInt32
Reserved. Do not use.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.