Método VsTextLineStorageClass.Image_Free
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)
Sintaxe
'Declaração
Public Overridable Sub Image_Free ( _
p As IntPtr _
)
public virtual void Image_Free(
IntPtr p
)
public:
virtual void Image_Free(
[InAttribute] IntPtr p
)
abstract Image_Free :
p:IntPtr -> unit
override Image_Free :
p:IntPtr -> unit
public function Image_Free(
p : IntPtr
)
Parâmetros
p
Tipo: IntPtr[in]
Implementações
IVsPersistentTextImage.Image_Free(IntPtr)
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.