IVsDeployableProjectCfg.Commit(UInt32) Method

Definition

Alerts a project that a deployment operation was successful.

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

[in] Reserved and must be set to zero. Call if all deployments were successful.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell.idl:

HRESULT IVsDeployableProjectCfg::Commit(  
   DWORD dwReserved  
);  

Applies to