IVsTextImage2 Interface

 

Examines end-of-line (EOL) markers.

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

[GuidAttribute("F86209FE-6BAA-40DC-AA5D-6C9E83B032B9")]
[InterfaceTypeAttribute(1)]
public interface IVsTextImage2

NameDescription
System_CAPS_pubmethodGetEolLengthEx(LINEDATAEX[], UInt32)

Returns the length in characters of the end-of-line (EOL) marker.

System_CAPS_pubmethodGetEolTextEx(LINEDATAEX[], String)

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

System_CAPS_pubmethodGetEolTypeEx(LINEDATAEX[], UInt32)

Returns the EOLTYPE of the end-of-line (EOL) marker.

Adds methods that examine end-of-line (EOL) markers to the IVsTextImage interface.

Return to top
Show: