Partilhar via


Método IVsPersistentTextImage.Image_Alloc

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

Sintaxe

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

Tipo: IntPtr

Comentários

COM assinatura

De textmgr.idl:

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

Segurança do .NET Framework

Consulte também

Referência

IVsPersistentTextImage Interface

Namespace Microsoft.VisualStudio.TextManager.Interop