Condividi tramite


Metodo IVsPersistentTextImage.Image_Realloc

Spazio dei nomi:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Sintassi

'Dichiarazione
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

Parametri

  • p
    Tipo: IntPtr%

    [in, out]

  • iSize
    Tipo: Int32

    [in]

Valore restituito

Tipo: IntPtr

Note

Firma COM

da textmgr.idl:

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsPersistentTextImage Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop