Partilhar via


Método ICodeNavigate.DisplayDefaultEventHandler (String)

 

Publicado: agosto de 2016

Exibe o manipulador de eventos padrão.

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

Sintaxe

int DisplayDefaultEventHandler(
    string lpstrObjectName
)
int DisplayDefaultEventHandler(
    String^ lpstrObjectName
)
abstract DisplayDefaultEventHandler : 
        lpstrObjectName:string -> int
Function DisplayDefaultEventHandler (
    lpstrObjectName As String
) As Integer

Parâmetros

  • lpstrObjectName
    Type: System.String

    [in] Ponteiro para uma cadeia de caracteres que contém o manipulador de eventos padrão.

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

HRESULT ICodeNavigate::DisplayDefaultEventHandler(
   [in] LPCOLESTR lpstrObjectName
);

Consulte também

Interface ICodeNavigate
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo