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


IVsTextMacroHelper.RecordGotoLine - метод

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

Синтаксис

'Декларация
Function RecordGotoLine ( _
    iLine As Integer, _
    fExtend As Integer _
) As Integer
int RecordGotoLine(
    int iLine,
    int fExtend
)
int RecordGotoLine(
    int iLine, 
    int fExtend
)
abstract RecordGotoLine : 
        iLine:int * 
        fExtend:int -> int
function RecordGotoLine(
    iLine : int, 
    fExtend : int
) : int

Параметры

  • iLine
    Тип: Int32

     

  • fExtend
    Тип: Int32

     

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

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

Заметки

Модель COM подписи

Из textmgr.idl:

HRESULT IVsTextMacroHelper::RecordGotoLine(long iLine, BOOL fExtend);

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

См. также

Ссылки

IVsTextMacroHelper Интерфейс

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