Поделиться через


IVsMethodTipWindow2.PrevMethod - метод

Перемещает подсказку к предыдущему методу.

Пространство имен:  Microsoft.VisualStudio.TextManager.Interop
Сборка:  Microsoft.VisualStudio.TextManager.Interop.8.0 (в Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Синтаксис

'Декларация
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

Параметры

  • pfSuccess
    Тип: Int32%

    [out]

Возвращаемое значение

Тип: Int32
Если метод завершается успешно, возвращается S_OK.Если происходит сбой, возвращается код ошибки.

Безопасность платформы .NET Framework

См. также

Ссылки

IVsMethodTipWindow2 Интерфейс

Microsoft.VisualStudio.TextManager.Interop - пространство имен