IVsTextLines2 Interface

 

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)

[GuidAttribute("181B18A3-A0E8-436B-8AEF-500043C7CC78")]
[InterfaceTypeAttribute(1)]
public interface IVsTextLines2

NameDescription
System_CAPS_pubmethodGetEolLengthEx(LINEDATAEX[], UInt32)

Returns the length in characters of the text line's end-of-line marker.

System_CAPS_pubmethodGetEolTextEx(LINEDATAEX[], String)

Returns a string containing the end-of-line (EOL) marker terminating the text line.

System_CAPS_pubmethodGetEolTypeEx(LINEDATAEX[], UInt32)

Returns the EOLTYPE of the text line's end-of-line marker.

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

Return to top
Show: