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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.