Método IVsObjectManager2.UnregisterLibrary (UInt32)

 

Publicado: abril de 2016

Cancela o registro de uma biblioteca de símbolos.

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

Sintaxe

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

Parâmetros

  • dwCookie
    [in] O cookie que identifica a biblioteca.O cookie é atribuído durante o registro da biblioteca.

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

HRESULT IVsObjectManager2::UnregisterLibrary(
[in] VSCOOKIE dwCookie
);

Consulte também

Interface IVsObjectManager2
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo