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

Remarks

COM Signature

From textmgr.idl:

void IVsPersistentTextImage::Image_Free([in] void *p);

.NET Framework Security

See Also

Reference

IVsPersistentTextImage Interface

Microsoft.VisualStudio.TextManager.Interop Namespace