Compartir a través de


IVsTextView.GetLineHeight (Método)

Devuelve el alto del píxel de una línea.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
Function GetLineHeight ( _
    <OutAttribute> ByRef piLineHeight As Integer _
) As Integer
int GetLineHeight(
    out int piLineHeight
)
int GetLineHeight(
    [OutAttribute] int% piLineHeight
)
abstract GetLineHeight : 
        piLineHeight:int byref -> int
function GetLineHeight(
    piLineHeight : int
) : int

Parámetros

  • piLineHeight
    Tipo: Int32%

    [out, retval] entero que contiene el alto de línea, en píxeles.

Valor devuelto

Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.

Comentarios

Prototipo COM

de textmgr.idl:

HRESULT IVsTextView::GetLineHeight(
   [out, retval] long * piLineHeight
);

Seguridad de .NET Framework

Vea también

Referencia

IVsTextView Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)