命名空间: 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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。