VsTextLineStorageClass.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:
virtual void Image_Free(IntPtr p) = Microsoft::VisualStudio::TextManager::Interop::IVsPersistentTextImage::Image_Free;
public:
virtual void Image_Free(IntPtr p);
public virtual void Image_Free (IntPtr p);
abstract member Image_Free : nativeint -> unit
override this.Image_Free : nativeint -> unit
Public Overridable Sub Image_Free (p As IntPtr)
Parameters
- p
-
IntPtr
nativeint
[in] Pointer to the image.