IVsDeployableProjectCfg.Commit Method
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)
Syntax
'Declaration
Function Commit ( _
dwReserved As UInteger _
) As Integer
int Commit(
uint dwReserved
)
int Commit(
unsigned int dwReserved
)
abstract Commit :
dwReserved:uint32 -> int
function Commit(
dwReserved : uint
) : int
Parameters
dwReserved
Type: UInt32[in] Reserved and must be set to zero. Call if all deployments were successful.
Return Value
Type: Int32
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
);
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.