Método VsTextLineStorageClass.Image_Alloc
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)
Sintaxe
'Declaração
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
Parâmetros
iSize
Tipo: Int32[in]
Valor de retorno
Tipo: IntPtr
Implementações
IVsPersistentTextImage.Image_Alloc(Int32)
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.