IVsTextStorage2 Interface
Visual Studio 2015
Adds methods to examine end-of-line markers to the IVsTextStorage interface.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | GetEolLengthEx(LINEDATAEX[], UInt32) | Returns the length in characters of the text line's end-of-line marker. |
![]() | GetEolTextEx(LINEDATAEX[], String) | Returns a string containing the end-of-line (EOL) marker terminating the text line. |
![]() | GetEolTypeEx(LINEDATAEX[], UInt32) | Returns the EOLTYPE of the text line's end-of-line marker. |
![]() | GetVersionCookie(UInt32) | Gets a version cookie on the data. |
IVsTextStorage2 adds methods to IVsTextStorage to examine a text line's end-of-line marker.
Show:
