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

Paramètres

  • iSize
    Type : Int32

    [in]

Valeur de retour

Type : IntPtr

Implémentations

IVsPersistentTextImage.Image_Alloc(Int32)

Sécurité .NET Framework

Voir aussi

Référence

VsTextLineStorageClass Classe

Microsoft.VisualStudio.TextManager.Interop, espace de noms