IVsDeployableProjectCfg::Commit Method (UInt32)
Visual Studio 2015
Alerts a project that a deployment operation was successful.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- dwReserved
-
Type:
System::UInt32
[in] Reserved and must be set to zero. Call if all deployments were successful.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsDeployableProjectCfg::Commit( DWORD dwReserved );
Show: