IVsDeployableProjectCfg::Commit Method (UInt32)

 

Alerts a project that a deployment operation was successful.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int Commit(
	unsigned int dwReserved
)

Parameters

dwReserved
Type: System::UInt32

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

Return Value

Type: System::Int32

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

From vsshell.idl:

HRESULT IVsDeployableProjectCfg::Commit(
   DWORD dwReserved
);
Return to top
Show: