IVsPersistentTextImage.Image_Realloc 方法

命名空间:  Microsoft.VisualStudio.TextManager.Interop
程序集:  Microsoft.VisualStudio.TextManager.Interop(在 Microsoft.VisualStudio.TextManager.Interop.dll 中)

语法

声明
Function Image_Realloc ( _
    <OutAttribute> ByRef p As IntPtr, _
    iSize As Integer _
) As IntPtr
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

参数

  • p
    类型:IntPtr%

    [in, out]

  • iSize
    类型:Int32

    [in]

返回值

类型:IntPtr

备注

COM 签名

从 textmgr.idl:

void * IVsPersistentTextImage::Image_Realloc(
   [in,out] void *p,
   [in] int iSize
);

.NET Framework 安全性

请参阅

参考

IVsPersistentTextImage 接口

Microsoft.VisualStudio.TextManager.Interop 命名空间