IVsPersistentTextImage.Image_Free(IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Frees space used by the persistent disk image.
public:
void Image_Free(IntPtr p);
public void Image_Free (IntPtr p);
abstract member Image_Free : nativeint -> unit
Public Sub Image_Free (p As IntPtr)
Parameters
- p
-
IntPtr
nativeint
[in] Pointer to the image.
Remarks
COM Signature
From textmgr.idl:
void IVsPersistentTextImage::Image_Free([in] void *p);