Share via


VsTextLineStorageClass.Image_Alloc Method

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Declaration
Public Overridable Function Image_Alloc ( _
    iSize As Integer _
) As IntPtr
public virtual IntPtr Image_Alloc(
    int iSize
)
public:
virtual IntPtr Image_Alloc(
    [InAttribute] int iSize
)
abstract Image_Alloc : 
        iSize:int -> IntPtr 
override Image_Alloc : 
        iSize:int -> IntPtr 
public function Image_Alloc(
    iSize : int
) : IntPtr

Parameters

Return Value

Type: System.IntPtr

Implements

IVsPersistentTextImage.Image_Alloc(Int32)

.NET Framework Security

See Also

Reference

VsTextLineStorageClass Class

Microsoft.VisualStudio.TextManager.Interop Namespace