IVsPersistentTextImage Interface

 

Represents the image that is persisted and un-persisted.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

[InterfaceTypeAttribute(1)]
[GuidAttribute("C47FFD1E-D84E-43A5-8CBE-E4AD06BE795B")]
public interface IVsPersistentTextImage

NameDescription
System_CAPS_pubmethodImage_Alloc(Int32)

Allocates space of specified size for persistent disk image storage.

System_CAPS_pubmethodImage_CloseFullTextScan()

Closes the full text scan of the image.

System_CAPS_pubmethodImage_Free(IntPtr)

Frees space used by the persistent disk image.

System_CAPS_pubmethodImage_FullTextRead(String, Int32)

Reads the full text image.

System_CAPS_pubmethodImage_GetLength()

Gets the length of the text image.

System_CAPS_pubmethodImage_LoadText(String, Int32, UInt32)

Loads the specified text image.

System_CAPS_pubmethodImage_OpenFullTextScan()

Open a full scan of the text image.

System_CAPS_pubmethodImage_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.

Return to top
Show: