IVsPersistentTextImage.Image_Realloc, 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_Realloc ( _
<OutAttribute> ByRef p As IntPtr, _
iSize As Integer _
) As IntPtr
IntPtr Image_Realloc(
out IntPtr p,
int iSize
)
IntPtr Image_Realloc(
[InAttribute] [OutAttribute] IntPtr% p,
[InAttribute] int iSize
)
abstract Image_Realloc :
p:IntPtr byref *
iSize:int -> IntPtr
function Image_Realloc(
p : IntPtr,
iSize : int
) : IntPtr
Paramètres
p
Type : IntPtr%[in, out]
iSize
Type : Int32[in]
Valeur de retour
Type : IntPtr
Notes
Signature de COM
De textmgr.idl :
void * IVsPersistentTextImage::Image_Realloc(
[in,out] void *p,
[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.