Compartir a través de


IVsTextLayer2.GetEolLengthEx (Método)

Devuelve la longitud en caracteres marcadores de fin de línea de texto.

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

Sintaxis

'Declaración
Function GetEolLengthEx ( _
    pld As LINEDATAEX(), _
    <OutAttribute> ByRef piEolType As UInteger _
) As Integer
int GetEolLengthEx(
    LINEDATAEX[] pld,
    out uint piEolType
)
int GetEolLengthEx(
    [InAttribute] array<LINEDATAEX>^ pld, 
    [OutAttribute] unsigned int% piEolType
)
abstract GetEolLengthEx : 
        pld:LINEDATAEX[] * 
        piEolType:uint32 byref -> int
function GetEolLengthEx(
    pld : LINEDATAEX[], 
    piEolType : uint
) : int

Parámetros

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

Devuelve la longitud en caracteres marcadores de fin de línea que finaliza la línea de texto contenido en pld. este método extiende la interfaz de IVsTextLayer .

Seguridad de .NET Framework

Vea también

Referencia

IVsTextLayer2 Interfaz

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