Compartir a través de


VsTextLineStorageClass.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
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

Parámetros

  • iSize
    Tipo: Int32

    [in]

Valor devuelto

Tipo: IntPtr

Implementaciones

IVsPersistentTextImage.Image_Alloc(Int32)

Seguridad de .NET Framework

Vea también

Referencia

VsTextLineStorageClass Clase

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