Compartir a través de


IVsTextImage.GetLineLength (Método)

Devuelve la longitud 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 GetLineLength ( _
    iLine As Integer, _
    <OutAttribute> ByRef piLength As Integer _
) As Integer
int GetLineLength(
    int iLine,
    out int piLength
)
int GetLineLength(
    [InAttribute] int iLine, 
    [OutAttribute] int% piLength
)
abstract GetLineLength : 
        iLine:int * 
        piLength:int byref -> int
function GetLineLength(
    iLine : int, 
    piLength : int
) : int

Parámetros

  • iLine
    Tipo: Int32

    [in] entero que contiene el número de línea.

  • piLength
    Tipo: Int32%

    [out] Puntero a un entero que contiene el número de caracteres de la línea.

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 IVsTextImage::GetLineLength(
   [in] LONG iLine,
   [out, retval] LONG * piLength
);

Seguridad de .NET Framework

Vea también

Referencia

IVsTextImage Interfaz

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