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)

[GuidAttribute("1FE22AB1-40CA-45A0-BD56-7E65FA3B774C")]
[InterfaceTypeAttribute(1)]
public interface IVsTextLayer2

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 text line's end-of-line (EOL) marker.

System_CAPS_pubmethodGetEolTypeEx(LINEDATAEX[], UInt32)

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

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

Return to top
Show: