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


VsTextViewClass.GetLineHeight - метод

Возвращает высоту точки линии.

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

Синтаксис

'Декларация
Public Overridable Function GetLineHeight ( _
    <OutAttribute> ByRef piLineHeight As Integer _
) As Integer
public virtual int GetLineHeight(
    out int piLineHeight
)
public:
virtual int GetLineHeight(
    [OutAttribute] int% piLineHeight
)
abstract GetLineHeight : 
        piLineHeight:int byref -> int  
override GetLineHeight : 
        piLineHeight:int byref -> int
public function GetLineHeight(
    piLineHeight : int
) : int

Параметры

  • piLineHeight
    Тип: Int32%

    [out, retval] целое число, содержащее высоту линии, в точках.

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

Тип: Int32

Реализации

IVsTextView.GetLineHeight(Int32%)

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

См. также

Ссылки

VsTextViewClass Класс

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