IVsPersistentTextImage::Image_Free Method (IntPtr)
Visual Studio 2015
Frees space used by the persistent disk image.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- p
-
Type:
System::IntPtr
[in] Pointer to the image.
From textmgr.idl:
void IVsPersistentTextImage::Image_Free([in] void *p);
Show: