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
'Usage
Dim instance As VsTextLineStorage
[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