IVsPersistentTextImage.Image_Alloc 方法

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

语法

声明
Function Image_Alloc ( _
    iSize As Integer _
) As IntPtr
IntPtr Image_Alloc(
    int iSize
)
IntPtr Image_Alloc(
    [InAttribute] int iSize
)
abstract Image_Alloc : 
        iSize:int -> IntPtr
function Image_Alloc(
    iSize : int
) : IntPtr

参数

  • iSize
    类型:Int32

    [in]

返回值

类型:IntPtr

备注

COM 签名

从 textmgr.idl:

void * IVsPersistentTextImage::Image_Alloc(
   [in] int iSize
);

.NET Framework 安全性

请参阅

参考

IVsPersistentTextImage 接口

Microsoft.VisualStudio.TextManager.Interop 命名空间