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


IVsTextLayer.BaseLineIndexToLocal - метод

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

Синтаксис

'Декларация
Function BaseLineIndexToLocal ( _
    iBaseLine As Integer, _
    iBaseIndex As Integer, _
    <OutAttribute> ByRef piLocalLine As Integer, _
    <OutAttribute> ByRef piLocalIndex As Integer _
) As Integer
int BaseLineIndexToLocal(
    int iBaseLine,
    int iBaseIndex,
    out int piLocalLine,
    out int piLocalIndex
)
int BaseLineIndexToLocal(
    [InAttribute] int iBaseLine, 
    [InAttribute] int iBaseIndex, 
    [OutAttribute] int% piLocalLine, 
    [OutAttribute] int% piLocalIndex
)
abstract BaseLineIndexToLocal : 
        iBaseLine:int * 
        iBaseIndex:int * 
        piLocalLine:int byref * 
        piLocalIndex:int byref -> int
function BaseLineIndexToLocal(
    iBaseLine : int, 
    iBaseIndex : int, 
    piLocalLine : int, 
    piLocalIndex : int
) : int

Параметры

  • iBaseLine
    Тип: Int32

    [in]

  • iBaseIndex
    Тип: Int32

    [in]

  • piLocalLine
    Тип: Int32%

    [out]

  • piLocalIndex
    Тип: Int32%

    [out]

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

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

Заметки

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

Из textmgr.idl:

HRESULT IVsTextLayer::BaseLineIndexToLocal(
   [in] long iBaseLine,
   [in] CharIndex iBaseIndex,
   [out] long *piLocalLine,
   [out] CharIndex *piLocalIndex
);

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

См. также

Ссылки

IVsTextLayer Интерфейс

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