IVsPersistentTextImage.Image_Alloc, méthode

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)

Syntaxe

'Déclaration
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

Paramètres

  • iSize
    Type : Int32

    [in]

Valeur de retour

Type : IntPtr

Notes

Signature de COM

De textmgr.idl :

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

Sécurité .NET Framework

Voir aussi

Référence

IVsPersistentTextImage Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms