Método IVsDeployableProjectCfg.UnadviseDeployStatusCallback (UInt32)

 

Publicado: abril de 2016

Cancela o registro do ambiente para receber notificações de eventos de status de implantação.

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

Sintaxe

int UnadviseDeployStatusCallback(
    uint dwCookie
)
int UnadviseDeployStatusCallback(
    unsigned int dwCookie
)
abstract UnadviseDeployStatusCallback : 
        dwCookie:uint32 -> int
Function UnadviseDeployStatusCallback (
    dwCookie As UInteger
) As Integer

Parâmetros

  • dwCookie
    Type: System.UInt32

    [in] Identificador abstrato que representa a representação a ser cancelada.

Valor de retorno

Type: System.Int32

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

Comentários

COM assinatura

De vsshell.idl:

HRESULT IVsDeployableProjectCfg::UnadviseDeployStatusCallback(
   [in] VSCOOKIE dwCookie
);

Consulte também

Interface IVsDeployableProjectCfg
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo