Método IVsRegisterEditors.UnregisterEditor (UInt32)

 

Cancela o registro de um editor.

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

Sintaxe

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

Parâmetros

  • dwCookie
    [in] Alça abstrata que foi retornada pela chamada para o RegisterEditor.

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

Consulte também

Interface IVsRegisterEditors
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo