Compartir a través de


IVsPersistentTextImage.Image_Alloc (Método)

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
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

Parámetros

  • iSize
    Tipo: Int32

    [in]

Valor devuelto

Tipo: IntPtr

Comentarios

Prototipo COM

de textmgr.idl:

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

Seguridad de .NET Framework

Vea también

Referencia

IVsPersistentTextImage Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)