Compartir a través de


IVsMethodTipWindow2.NextMethod (Método)

Mueve la ventana de sugerencia al método siguiente.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop.8.0 (en Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Sintaxis

'Declaración
Function NextMethod ( _
    <OutAttribute> ByRef pfSuccess As Integer _
) As Integer
int NextMethod(
    out int pfSuccess
)
int NextMethod(
    [OutAttribute] int% pfSuccess
)
abstract NextMethod : 
        pfSuccess:int byref -> int
function NextMethod(
    pfSuccess : int
) : int

Parámetros

  • pfSuccess
    Tipo: Int32%

    [out]

Valor devuelto

Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.

Seguridad de .NET Framework

Vea también

Referencia

IVsMethodTipWindow2 Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)