Partager via


IVsPersistentTextImage.Image_Realloc, méthode

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)

Syntaxe

'Déclaration
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

Paramètres

  • p
    Type : IntPtr%

    [in, out]

  • iSize
    Type : Int32

    [in]

Valeur de retour

Type : IntPtr

Notes

Signature de COM

De textmgr.idl :

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

Sécurité .NET Framework

Voir aussi

Référence

IVsPersistentTextImage Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms