Compartir a través de


VsTextLineStorageClass.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
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

Parámetros

  • p
    Tipo: IntPtr%

    [in, out]

  • iSize
    Tipo: Int32

    [in]

Valor devuelto

Tipo: IntPtr

Implementaciones

IVsPersistentTextImage.Image_Realloc(IntPtr%, Int32)

Seguridad de .NET Framework

Vea también

Referencia

VsTextLineStorageClass Clase

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