VsTextLineStorageClass.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
Public Overridable Function Image_Realloc ( _
    <OutAttribute> ByRef p As IntPtr, _
    iSize As Integer _
) As IntPtr
public virtual IntPtr Image_Realloc(
    out IntPtr p,
    int iSize
)
public:
virtual IntPtr Image_Realloc(
    [InAttribute] [OutAttribute] IntPtr% p, 
    [InAttribute] int iSize
)
abstract Image_Realloc : 
        p:IntPtr byref * 
        iSize:int -> IntPtr  
override Image_Realloc : 
        p:IntPtr byref * 
        iSize:int -> IntPtr
public function Image_Realloc(
    p : IntPtr, 
    iSize : int
) : IntPtr

Paramètres

  • p
    Type : IntPtr%

    [in, out]

  • iSize
    Type : Int32

    [in]

Valeur de retour

Type : IntPtr

Implémentations

IVsPersistentTextImage.Image_Realloc(IntPtr%, Int32)

Sécurité .NET Framework

Voir aussi

Référence

VsTextLineStorageClass Classe

Microsoft.VisualStudio.TextManager.Interop, espace de noms