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: 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.

Remarks

COM Signature

From vsshell.idl:

HRESULT IVsDeployableProjectCfg::Commit(
   DWORD dwReserved
);

.NET Framework Security

See Also

Reference

IVsDeployableProjectCfg Interface

Microsoft.VisualStudio.Shell.Interop Namespace