IVsTextImage2 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.
Examines end-of-line (EOL) markers.
public interface class IVsTextImage2
public interface class IVsTextImage2
__interface IVsTextImage2
[System.Runtime.InteropServices.Guid("F86209FE-6BAA-40DC-AA5D-6C9E83B032B9")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsTextImage2
[System.Runtime.InteropServices.Guid("F86209FE-6BAA-40DC-AA5D-6C9E83B032B9")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsTextImage2
[<System.Runtime.InteropServices.Guid("F86209FE-6BAA-40DC-AA5D-6C9E83B032B9")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsTextImage2 = interface
[<System.Runtime.InteropServices.Guid("F86209FE-6BAA-40DC-AA5D-6C9E83B032B9")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsTextImage2 = interface
Public Interface IVsTextImage2
- Attributes
Remarks
Adds methods that examine end-of-line (EOL) markers to the IVsTextImage interface.
Methods
GetEolLengthEx(LINEDATAEX[], UInt32) |
Returns the length in characters of the end-of-line (EOL) marker. |
GetEolTextEx(LINEDATAEX[], String) |
Returns a string containing the end-of-line (EOL) marker. |
GetEolTypeEx(LINEDATAEX[], UInt32) |
Returns the EOLTYPE of the end-of-line (EOL) marker. |