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)
Syntax
'Declaration
<GuidAttribute("F86209FE-6BAA-40DC-AA5D-6C9E83B032B9")> _
<InterfaceTypeAttribute()> _
Public Interface IVsTextImage2
[GuidAttribute("F86209FE-6BAA-40DC-AA5D-6C9E83B032B9")]
[InterfaceTypeAttribute()]
public interface IVsTextImage2
[GuidAttribute(L"F86209FE-6BAA-40DC-AA5D-6C9E83B032B9")]
[InterfaceTypeAttribute()]
public interface class IVsTextImage2
[<GuidAttribute("F86209FE-6BAA-40DC-AA5D-6C9E83B032B9")>]
[<InterfaceTypeAttribute()>]
type IVsTextImage2 = interface end
public interface IVsTextImage2
The IVsTextImage2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetEolLengthEx | Returns the length in characters of the end-of-line (EOL) marker. | |
GetEolTextEx | Returns a string containing the end-of-line (EOL) marker. | |
GetEolTypeEx | Returns the EOLTYPE of the end-of-line (EOL) marker. |
Top
Remarks
Adds methods that examine end-of-line (EOL) markers to the IVsTextImage interface.