SafeIUnknown.ReleaseHandle Method
This member overrides SafeHandle.ReleaseHandle().
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
‘선언
Protected Overrides Function ReleaseHandle As Boolean
‘사용 방법
Dim returnValue As Boolean
returnValue = Me.ReleaseHandle()
protected override bool ReleaseHandle()
protected:
virtual bool ReleaseHandle() override
abstract ReleaseHandle : unit -> bool
override ReleaseHandle : unit -> bool
protected override function ReleaseHandle() : boolean
Return Value
Type: System.Boolean
.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.