Método IVsSolution.UnadviseSolutionEvents (UInt32)

 

Publicado: abril de 2016

Desativa um cliente receba notificações de eventos da solução.

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

Sintaxe

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

Parâmetros

  • dwCookie
    [in] Identificador abstrato para o cliente que deve ser desativado de serem notificados de eventos de solução.

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 IVsSolution::UnadviseSolutionEvents(
   [in] VSCOOKIE dwCookie
);

Isso é o mesmo dwCookie passado com a chamada para AdviseSolutionEvents.

Consulte também

Interface IVsSolution
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo