Freigeben über


VsTextLineStorageClass.Image_Alloc-Methode

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

Parameter

  • iSize
    Typ: Int32

    [in]

Rückgabewert

Typ: IntPtr

Implementiert

IVsPersistentTextImage.Image_Alloc(Int32)

.NET Framework-Sicherheit

Siehe auch

Referenz

VsTextLineStorageClass Klasse

Microsoft.VisualStudio.TextManager.Interop-Namespace