Método IVsDeployableProjectCfg.Commit (UInt32)

 

Alerta a um projeto que uma operação de implantação foi bem-sucedida.

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

Sintaxe

int Commit(
    uint dwReserved
)
int Commit(
    unsigned int dwReserved
)
abstract Commit : 
        dwReserved:uint32 -> int
Function Commit (
    dwReserved As UInteger
) As Integer

Parâmetros

  • dwReserved
    [in] Reservado e deve ser definido como zero.Chame se todas as implantações foram bem-sucedidas.

Valor de retorno

Type: System.Int32

Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.

Comentários

COM assinatura

De vsshell.idl:

HRESULT IVsDeployableProjectCfg::Commit(
   DWORD dwReserved
);

Consulte também

Interface IVsDeployableProjectCfg
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo