Compartir a través de


IVsPersistentTextImage.Image_Free (Método)

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
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
)

Parámetros

  • p
    Tipo: IntPtr

    [in]

Comentarios

Prototipo COM

de textmgr.idl:

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

Seguridad de .NET Framework

Vea también

Referencia

IVsPersistentTextImage Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)