IVsPersistentTextImage Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.TextManager.Interop
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. |
Show:
