Compartir a través de


IVsPersistentTextImage.Image_Realloc (Método)

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

Sintaxis

'Declaración
Function Image_Realloc ( _
    <OutAttribute> ByRef p As IntPtr, _
    iSize As Integer _
) As IntPtr
IntPtr Image_Realloc(
    out IntPtr p,
    int iSize
)
IntPtr Image_Realloc(
    [InAttribute] [OutAttribute] IntPtr% p, 
    [InAttribute] int iSize
)
abstract Image_Realloc : 
        p:IntPtr byref * 
        iSize:int -> IntPtr
function Image_Realloc(
    p : IntPtr, 
    iSize : int
) : IntPtr

Parámetros

  • p
    Tipo: IntPtr%

    [in, out]

  • iSize
    Tipo: Int32

    [in]

Valor devuelto

Tipo: IntPtr

Comentarios

Prototipo COM

de textmgr.idl:

void * IVsPersistentTextImage::Image_Realloc(
   [in,out] void *p,
   [in] int iSize
);

Seguridad de .NET Framework

Vea también

Referencia

IVsPersistentTextImage Interfaz

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