VsTextLineStorage Interface

Represents the image that is persisted and unpersisted. Represents the range of text that is viewable and editable by text editor views.

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

Syntax

'Declaration
<GuidAttribute("1ABAC269-8FB0-438E-8217-230AC6EB5766")> _
Public Interface VsTextLineStorage _
    Inherits IVsTextStorage
[GuidAttribute("1ABAC269-8FB0-438E-8217-230AC6EB5766")]
public interface VsTextLineStorage : IVsTextStorage
[GuidAttribute(L"1ABAC269-8FB0-438E-8217-230AC6EB5766")]
public interface class VsTextLineStorage : IVsTextStorage
[<GuidAttribute("1ABAC269-8FB0-438E-8217-230AC6EB5766")>]
type VsTextLineStorage =  
    interface
        interface IVsTextStorage
    end
public interface VsTextLineStorage extends IVsTextStorage

The VsTextLineStorage type exposes the following members.

Methods

  Name Description
Public method Storage_Attach (Inherited from IVsTextStorage.)
Public method Storage_CopyText (Inherited from IVsTextStorage.)
Public method Storage_Detach (Inherited from IVsTextStorage.)
Public method Storage_Find (Inherited from IVsTextStorage.)
Public method Storage_GetCharsInSpan (Inherited from IVsTextStorage.)
Public method Storage_GetLanguageServiceID (Inherited from IVsTextStorage.)
Public method Storage_GetLength (Inherited from IVsTextStorage.)
Public method Storage_GetLengthOfLine (Inherited from IVsTextStorage.)
Public method Storage_GetLineCount (Inherited from IVsTextStorage.)
Public method Storage_GetLineDataEx (Inherited from IVsTextStorage.)
Public method Storage_GetLineIndexOfPosition (Inherited from IVsTextStorage.)
Public method Storage_GetPositionOfLineIndex (Inherited from IVsTextStorage.)
Public method Storage_RefreshColorization (Inherited from IVsTextStorage.)
Public method Storage_ReleaseLineDataEx (Inherited from IVsTextStorage.)
Public method Storage_Replace (Inherited from IVsTextStorage.)
Public method Storage_SetLanguageServiceID (Inherited from IVsTextStorage.)

Top

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace