IVsPersistentTextImage Methods

 

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

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.

Return to top
Show: