Share via


IVsDeployableProjectCfg2.Commit(UInt32) Method

Definition

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.

Implements

Applies to