Partilhar via


Método IVsMethodTipWindow2.PrevMethod

Move a dica de ferramenta para o método anterior.

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

Sintaxe

'Declaração
Function PrevMethod ( _
    <OutAttribute> ByRef pfSuccess As Integer _
) As Integer
int PrevMethod(
    out int pfSuccess
)
int PrevMethod(
    [OutAttribute] int% pfSuccess
)
abstract PrevMethod : 
        pfSuccess:int byref -> int
function PrevMethod(
    pfSuccess : int
) : int

Parâmetros

  • pfSuccess
    Tipo: Int32%

    [out]

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

IVsMethodTipWindow2 Interface

Namespace Microsoft.VisualStudio.TextManager.Interop