Partilhar via


Método VsTextLineStorageClass.Image_Realloc

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

Sintaxe

'Declaração
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 de retorno

Tipo: IntPtr

Implementações

IVsPersistentTextImage.Image_Realloc(IntPtr%, Int32)

Segurança do .NET Framework

Consulte também

Referência

VsTextLineStorageClass Classe

Namespace Microsoft.VisualStudio.TextManager.Interop