IVsTextLayer2 Interface

Adds methods to examine end-of-line markers to the IVsTextLayer interface.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntax

'Declaration
<GuidAttribute("1FE22AB1-40CA-45A0-BD56-7E65FA3B774C")> _
<InterfaceTypeAttribute()> _
Public Interface IVsTextLayer2
[GuidAttribute("1FE22AB1-40CA-45A0-BD56-7E65FA3B774C")]
[InterfaceTypeAttribute()]
public interface IVsTextLayer2
[GuidAttribute(L"1FE22AB1-40CA-45A0-BD56-7E65FA3B774C")]
[InterfaceTypeAttribute()]
public interface class IVsTextLayer2
[<GuidAttribute("1FE22AB1-40CA-45A0-BD56-7E65FA3B774C")>]
[<InterfaceTypeAttribute()>]
type IVsTextLayer2 =  interface end
public interface IVsTextLayer2

The IVsTextLayer2 type exposes the following members.

Methods

  Name Description
Public method GetEolLengthEx Returns the length in characters of the text line's end-of-line marker.
Public method GetEolTextEx Returns a string containing the text line's end-of-line (EOL) marker.
Public method GetEolTypeEx Returns the EOLTYPE of the text line's end-of-line marker.

Top

Remarks

Adds methods to IVsTextLayer to examine a text line's end-of-line marker.

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace