Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'宣言
Function Image_Alloc ( _
iSize As Integer _
) As IntPtr
'使用
Dim instance As IVsPersistentTextImage
Dim iSize As Integer
Dim returnValue As IntPtr
returnValue = instance.Image_Alloc(iSize)
IntPtr Image_Alloc(
int iSize
)
IntPtr Image_Alloc(
[InAttribute] int iSize
)
function Image_Alloc(
iSize : int
) : IntPtr
Parameters
iSize
Type: System.Int32[in]
Return Value
Type: System.IntPtr
Remarks
COM Signature
From textmgr.idl:
void * IVsPersistentTextImage::Image_Alloc(
[in] int iSize
);
Permissions
- 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