IVsPersistentTextImage.Image_Free Method
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
‘선언
Sub Image_Free ( _
p As IntPtr _
)
‘사용 방법
Dim instance As IVsPersistentTextImage
Dim p As IntPtr
instance.Image_Free(p)
void Image_Free(
IntPtr p
)
void Image_Free(
[InAttribute] IntPtr p
)
abstract Image_Free :
p:IntPtr -> unit
function Image_Free(
p : IntPtr
)
Parameters
- p
Type: System.IntPtr
[in]
Remarks
COM Signature
From textmgr.idl:
void IVsPersistentTextImage::Image_Free([in] void *p);
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVsPersistentTextImage Interface