IVsPersistentTextImage::Image_Free Method (IntPtr)

 

Frees space used by the persistent disk image.

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

void Image_Free(
	IntPtr p
)

Parameters

p
Type: System::IntPtr

[in] Pointer to the image.

From textmgr.idl:

void IVsPersistentTextImage::Image_Free([in] void *p);
Return to top
Show: