Compartir a través de


IVsTextImage2 (Interfaz)

Examina marcadores (EOL) de fin de línea.

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
<GuidAttribute("F86209FE-6BAA-40DC-AA5D-6C9E83B032B9")> _
<InterfaceTypeAttribute()> _
Public Interface IVsTextImage2
[GuidAttribute("F86209FE-6BAA-40DC-AA5D-6C9E83B032B9")]
[InterfaceTypeAttribute()]
public interface IVsTextImage2
[GuidAttribute(L"F86209FE-6BAA-40DC-AA5D-6C9E83B032B9")]
[InterfaceTypeAttribute()]
public interface class IVsTextImage2
[<GuidAttribute("F86209FE-6BAA-40DC-AA5D-6C9E83B032B9")>]
[<InterfaceTypeAttribute()>]
type IVsTextImage2 =  interface end
public interface IVsTextImage2

El tipo IVsTextImage2 expone los siguientes miembros.

Métodos

  Nombre Descripción
Método público GetEolLengthEx Devuelve la longitud en caracteres marcadores de fin de línea (EOL).
Método público GetEolTextEx Devuelve una cadena que contiene el marcador (EOL) de fin de línea.
Método público GetEolTypeEx Devuelve el EOLTYPE de marcador (EOL) de fin de línea.

Arriba

Comentarios

Agregar métodos que examinan marcadores (EOL) de fin de línea a la interfaz de IVsTextImage .

Vea también

Referencia

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