Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
GetEolLengthEx | Returns the length in characters of the text line's end-of-line marker. |
![]() |
GetEolTextEx | Returns a string containing the text line's end-of-line (EOL) marker. |
![]() |
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.