IVsTextStorage2 Interface

Adds methods to examine end-of-line markers to the IVsTextStorage interface.

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

Syntax

'Declaration
<GuidAttribute("92FE8718-09DF-4615-9BC8-492E67EEB1AB")> _
<InterfaceTypeAttribute()> _
Public Interface IVsTextStorage2
[GuidAttribute("92FE8718-09DF-4615-9BC8-492E67EEB1AB")]
[InterfaceTypeAttribute()]
public interface IVsTextStorage2
[GuidAttribute(L"92FE8718-09DF-4615-9BC8-492E67EEB1AB")]
[InterfaceTypeAttribute()]
public interface class IVsTextStorage2
[<GuidAttribute("92FE8718-09DF-4615-9BC8-492E67EEB1AB")>]
[<InterfaceTypeAttribute()>]
type IVsTextStorage2 =  interface end
public interface IVsTextStorage2

The IVsTextStorage2 type exposes the following members.

Methods

  Name Description
Public method GetEolLengthEx Returns the length in characters of the text line's end-of-line marker.
Public method GetEolTextEx Returns a string containing the end-of-line (EOL) marker terminating the text line.
Public method GetEolTypeEx Returns the EOLTYPE of the text line's end-of-line marker.
Public method GetVersionCookie Gets a version cookie on the data.

Top

Remarks

IVsTextStorage2 adds methods to IVsTextStorage to examine a text line's end-of-line marker.

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace