Compartir a través de


IVsTextStorage.Storage_GetLengthOfLine (Método)

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

Sintaxis

'Declaración
Function Storage_GetLengthOfLine ( _
    iLine As Integer, _
    <OutAttribute> ByRef piLength As Integer _
) As Integer
int Storage_GetLengthOfLine(
    int iLine,
    out int piLength
)
int Storage_GetLengthOfLine(
    [InAttribute] int iLine, 
    [OutAttribute] int% piLength
)
abstract Storage_GetLengthOfLine : 
        iLine:int * 
        piLength:int byref -> int
function Storage_GetLengthOfLine(
    iLine : int, 
    piLength : int
) : int

Parámetros

  • iLine
    Tipo: Int32

    [in] índice de línea de interés.

  • piLength
    Tipo: Int32%

    [out] longitud 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 IVsTextStorage::Storage_GetLengthOfLine(
   [in] long iLine,
   [out] long *piLength
);

Seguridad de .NET Framework

Vea también

Referencia

IVsTextStorage Interfaz

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