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

'Déclaration
<GuidAttribute("92FE8718-09DF-4615-9BC8-492E67EEB1AB")> _
<InterfaceTypeAttribute()> _
Public Interface IVsTextStorage2
'Utilisation
Dim instance As 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

Remarks

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

See Also

Reference

IVsTextStorage2 Members

Microsoft.VisualStudio.TextManager.Interop Namespace