Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
声明
Function Image_Realloc ( _
    <OutAttribute> ByRef p As IntPtr, _
    iSize As Integer _
) As IntPtr
用法
Dim instance As IVsPersistentTextImage
Dim p As IntPtr
Dim iSize As Integer
Dim returnValue As IntPtr
returnValue = instance.Image_Realloc(p, _
    iSize)
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
Parameters
- p
Type: System.IntPtr%
[in, out] 
- iSize
Type: System.Int32
[in] 
Return Value
Type: System.IntPtr
Remarks
COM Signature
From textmgr.idl:
void * IVsPersistentTextImage::Image_Realloc(
   [in,out] void *p,
   [in] int iSize
);
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
 
See Also
Reference
IVsPersistentTextImage Interface