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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.