IVsTextLines2.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
pld
Tipo: array<Microsoft.VisualStudio.TextManager.Interop.LINEDATAEX[][in] Una estructura de LINEDATAEX que contiene la línea de texto.
piEolType
Tipo: UInt32%[out] Un miembro de uint de EOLTYPE. Observe que EOLTYPE se ha mejorado con _EOLTYPE2.
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 IVsTextLines .
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)