Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
GetEolLengthEx | Returns the length in characters of the text line's end-of-line marker. |
![]() |
GetEolTextEx | Returns a string containing the end-of-line (EOL) marker terminating the text line. |
![]() |
GetEolTypeEx | Returns the EOLTYPE of the text line's end-of-line marker. |
![]() |
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.