IVsTextLayer2.GetEolTypeEx (Método)
Devuelve EOLTYPE de marcador 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 GetEolTypeEx ( _
pld As LINEDATAEX(), _
<OutAttribute> ByRef piEolType As UInteger _
) As Integer
int GetEolTypeEx(
LINEDATAEX[] pld,
out uint piEolType
)
int GetEolTypeEx(
[InAttribute] array<LINEDATAEX>^ pld,
[OutAttribute] unsigned int% piEolType
)
abstract GetEolTypeEx :
pld:LINEDATAEX[] *
piEolType:uint32 byref -> int
function GetEolTypeEx(
pld : LINEDATAEX[],
piEolType : uint
) : int
Parámetros
pld
Tipo: array<Microsoft.VisualStudio.TextManager.Interop.LINEDATAEX[][in] una estructura de LINEDATAEX .
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 EOLTYPE de marcador 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
- 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)