VsTextLineStorageClass.Image_Realloc 方法

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

语法

声明
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

参数

  • p
    类型:IntPtr%

    [in, out]

  • iSize
    类型:Int32

    [in]

返回值

类型:IntPtr

实现

IVsPersistentTextImage.Image_Realloc(IntPtr%, Int32)

.NET Framework 安全性

请参阅

参考

VsTextLineStorageClass 类

Microsoft.VisualStudio.TextManager.Interop 命名空间