VsTextLineStorageClass.Image_Realloc Method

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

Syntax

'Déclaration
Public Overridable Function Image_Realloc ( _
    <OutAttribute> ByRef p As IntPtr, _
    iSize As Integer _
) As IntPtr
'Utilisation
Dim instance As VsTextLineStorageClass
Dim p As IntPtr
Dim iSize As Integer
Dim returnValue As IntPtr

returnValue = instance.Image_Realloc(p, _
    iSize)
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

Parameters

Return Value

Type: System.IntPtr

Implements

IVsPersistentTextImage.Image_Realloc(IntPtr%, Int32)

.NET Framework Security

See Also

Reference

VsTextLineStorageClass Class

VsTextLineStorageClass Members

Microsoft.VisualStudio.TextManager.Interop Namespace