IVsPersistentTextImage Interface
Visual Studio 2015
Represents the image that is persisted and un-persisted.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | Image_Alloc(Int32) | Allocates space of specified size for persistent disk image storage. |
![]() | Image_CloseFullTextScan() | Closes the full text scan of the image. |
![]() | Image_Free(IntPtr) | Frees space used by the persistent disk image. |
![]() | Image_FullTextRead(String, Int32) | Reads the full text image. |
![]() | Image_GetLength() | Gets the length of the text image. |
![]() | Image_LoadText(String, Int32, UInt32) | Loads the specified text image. |
![]() | Image_OpenFullTextScan() | Open a full scan of the text image. |
![]() | Image_Realloc(IntPtr, Int32) | Reallocates space for the specified text image. |
IVsPersistentTextImage is REQUIRED for all storage objects. This is not necessarily the same data that is exposed by IVsTextStorage.
Show:
