IVsTextLayer2 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds methods to examine end-of-line markers to the IVsTextLayer interface.
public interface class IVsTextLayer2
public interface class IVsTextLayer2
__interface IVsTextLayer2
[System.Runtime.InteropServices.Guid("1FE22AB1-40CA-45A0-BD56-7E65FA3B774C")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsTextLayer2
[System.Runtime.InteropServices.Guid("1FE22AB1-40CA-45A0-BD56-7E65FA3B774C")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsTextLayer2
[<System.Runtime.InteropServices.Guid("1FE22AB1-40CA-45A0-BD56-7E65FA3B774C")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsTextLayer2 = interface
[<System.Runtime.InteropServices.Guid("1FE22AB1-40CA-45A0-BD56-7E65FA3B774C")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsTextLayer2 = interface
Public Interface IVsTextLayer2
- Attributes
Remarks
Adds methods to IVsTextLayer to examine a text line's end-of-line marker.
Methods
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 text line's end-of-line (EOL) marker. |
GetEolTypeEx(LINEDATAEX[], UInt32) |
Returns the EOLTYPE of the text line's end-of-line marker. |