IVsPersistentTextImage.Image_Free Method
Frees space used by the persistent disk image.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
Sub Image_Free ( _
p As IntPtr _
)
void Image_Free(
IntPtr p
)
void Image_Free(
[InAttribute] IntPtr p
)
abstract Image_Free :
p:IntPtr -> unit
function Image_Free(
p : IntPtr
)
Parameters
p
Type: System.IntPtr[in] Pointer to the image.
Remarks
COM Signature
From textmgr.idl:
void IVsPersistentTextImage::Image_Free([in] void *p);
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.