Freigeben über


IVsPersistentTextImage.Image_Alloc-Methode

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

Syntax

'Declaration
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

Parameter

  • iSize
    Typ: Int32

    [in]

Rückgabewert

Typ: IntPtr

Hinweise

COM-Signatur

Von textmgr.idl:

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

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsPersistentTextImage Schnittstelle

Microsoft.VisualStudio.TextManager.Interop-Namespace