Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Public Overridable Sub Image_Free ( _
p As IntPtr _
)
public virtual void Image_Free(
IntPtr p
)
public:
virtual void Image_Free(
[InAttribute] IntPtr p
)
abstract Image_Free :
p:IntPtr -> unit
override Image_Free :
p:IntPtr -> unit
public function Image_Free(
p : IntPtr
)
Parameters
p
Type: System.IntPtr[in] Pointer to the image.
Implements
IVsPersistentTextImage.Image_Free(IntPtr)
.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.