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 IVsTextLines interface.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'Declaration
<GuidAttribute("181B18A3-A0E8-436B-8AEF-500043C7CC78")> _
<InterfaceTypeAttribute()> _
Public Interface IVsTextLines2
[GuidAttribute("181B18A3-A0E8-436B-8AEF-500043C7CC78")]
[InterfaceTypeAttribute()]
public interface IVsTextLines2
[GuidAttribute(L"181B18A3-A0E8-436B-8AEF-500043C7CC78")]
[InterfaceTypeAttribute()]
public interface class IVsTextLines2
[<GuidAttribute("181B18A3-A0E8-436B-8AEF-500043C7CC78")>]
[<InterfaceTypeAttribute()>]
type IVsTextLines2 = interface end
public interface IVsTextLines2
The IVsTextLines2 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 end-of-line (EOL) marker terminating the text line. |
![]() |
GetEolTypeEx | Returns the EOLTYPE of the text line's end-of-line marker. |
Top
Remarks
Adds methods to IVsTextLines to examine a text line's end-of-line marker.