VsTextLineStorage 接口

表示持久并 unpersisted 的图像。 由文本编辑器视图可见和可编辑的文本范围。

命名空间:  Microsoft.VisualStudio.TextManager.Interop
程序集:  Microsoft.VisualStudio.TextManager.Interop(在 Microsoft.VisualStudio.TextManager.Interop.dll 中)

语法

声明
<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

VsTextLineStorage 类型公开以下成员。

方法

  名称 说明
公共方法 Storage_Attach (继承自 IVsTextStorage。)
公共方法 Storage_CopyText (继承自 IVsTextStorage。)
公共方法 Storage_Detach (继承自 IVsTextStorage。)
公共方法 Storage_Find (继承自 IVsTextStorage。)
公共方法 Storage_GetCharsInSpan (继承自 IVsTextStorage。)
公共方法 Storage_GetLanguageServiceID (继承自 IVsTextStorage。)
公共方法 Storage_GetLength (继承自 IVsTextStorage。)
公共方法 Storage_GetLengthOfLine (继承自 IVsTextStorage。)
公共方法 Storage_GetLineCount (继承自 IVsTextStorage。)
公共方法 Storage_GetLineDataEx (继承自 IVsTextStorage。)
公共方法 Storage_GetLineIndexOfPosition (继承自 IVsTextStorage。)
公共方法 Storage_GetPositionOfLineIndex (继承自 IVsTextStorage。)
公共方法 Storage_RefreshColorization (继承自 IVsTextStorage。)
公共方法 Storage_ReleaseLineDataEx (继承自 IVsTextStorage。)
公共方法 Storage_Replace (继承自 IVsTextStorage。)
公共方法 Storage_SetLanguageServiceID (继承自 IVsTextStorage。)

页首

请参阅

参考

Microsoft.VisualStudio.TextManager.Interop 命名空间