IVsPersistentTextImage 接口

表示持久和不会保留的图像。

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

语法

声明
<InterfaceTypeAttribute()> _
<GuidAttribute("C47FFD1E-D84E-43A5-8CBE-E4AD06BE795B")> _
Public Interface IVsPersistentTextImage
[InterfaceTypeAttribute()]
[GuidAttribute("C47FFD1E-D84E-43A5-8CBE-E4AD06BE795B")]
public interface IVsPersistentTextImage
[InterfaceTypeAttribute()]
[GuidAttribute(L"C47FFD1E-D84E-43A5-8CBE-E4AD06BE795B")]
public interface class IVsPersistentTextImage
[<InterfaceTypeAttribute()>]
[<GuidAttribute("C47FFD1E-D84E-43A5-8CBE-E4AD06BE795B")>]
type IVsPersistentTextImage =  interface end
public interface IVsPersistentTextImage

IVsPersistentTextImage 类型公开以下成员。

方法

  名称 说明
公共方法 Image_Alloc
公共方法 Image_CloseFullTextScan
公共方法 Image_Free
公共方法 Image_FullTextRead
公共方法 Image_GetLength
公共方法 Image_LoadText
公共方法 Image_OpenFullTextScan
公共方法 Image_Realloc

页首

备注

IVsPersistentTextImage 对于所有存储对象是必需的。 这不一定是由 IVsTextStorage显示的相同数据。

请参阅

参考

Microsoft.VisualStudio.TextManager.Interop 命名空间