Partilhar via


Método VsTextLineStorageClass.Image_Alloc

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

Sintaxe

'Declaração
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 de retorno

Tipo: IntPtr

Implementações

IVsPersistentTextImage.Image_Alloc(Int32)

Segurança do .NET Framework

Consulte também

Referência

VsTextLineStorageClass Classe

Namespace Microsoft.VisualStudio.TextManager.Interop