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.
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 | |
---|---|---|
![]() |
Storage_Attach | (Inherited from IVsTextStorage.) |
![]() |
Storage_CopyText | (Inherited from IVsTextStorage.) |
![]() |
Storage_Detach | (Inherited from IVsTextStorage.) |
![]() |
Storage_Find | (Inherited from IVsTextStorage.) |
![]() |
Storage_GetCharsInSpan | (Inherited from IVsTextStorage.) |
![]() |
Storage_GetLanguageServiceID | (Inherited from IVsTextStorage.) |
![]() |
Storage_GetLength | (Inherited from IVsTextStorage.) |
![]() |
Storage_GetLengthOfLine | (Inherited from IVsTextStorage.) |
![]() |
Storage_GetLineCount | (Inherited from IVsTextStorage.) |
![]() |
Storage_GetLineDataEx | (Inherited from IVsTextStorage.) |
![]() |
Storage_GetLineIndexOfPosition | (Inherited from IVsTextStorage.) |
![]() |
Storage_GetPositionOfLineIndex | (Inherited from IVsTextStorage.) |
![]() |
Storage_RefreshColorization | (Inherited from IVsTextStorage.) |
![]() |
Storage_ReleaseLineDataEx | (Inherited from IVsTextStorage.) |
![]() |
Storage_Replace | (Inherited from IVsTextStorage.) |
![]() |
Storage_SetLanguageServiceID | (Inherited from IVsTextStorage.) |
Top