Partilhar via


Método IVsPersistentTextImage.Image_Free

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxe

'Declaração
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]

Comentários

COM assinatura

De textmgr.idl:

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

Segurança do .NET Framework

Consulte também

Referência

IVsPersistentTextImage Interface

Namespace Microsoft.VisualStudio.TextManager.Interop