Partilhar via


Método IVsLiteTree.UnadviseTreeEvents (UInt32)

 

Publicado: abril de 2016

Cancela o registro de um IVsLiteTreeEvents interface e, portanto, remove um ouvinte de eventos da lista.

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

Sintaxe

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

Parâmetros

Valor de retorno

Type: System.Int32

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

Comentários

COM assinatura

[C++]

De vsshell.idl:

HRESULT IVsLiteTree::UnadviseTreeEvents(
   [in] VSCOOKIE dwCookie
);

Consulte também

Interface IVsLiteTree
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo