Freigeben über


IVsPersistentTextImage.Image_Realloc-Methode

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

Syntax

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

Parameter

  • p
    Typ: IntPtr%

    [in, out]

  • iSize
    Typ: Int32

    [in]

Rückgabewert

Typ: IntPtr

Hinweise

COM-Signatur

Von textmgr.idl:

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

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsPersistentTextImage Schnittstelle

Microsoft.VisualStudio.TextManager.Interop-Namespace