IGCHandleManager Interface

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)

Syntax

'Declaration
<GuidAttribute("DA85094C-66F0-4E0B-842D-873C30794F1E")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IGCHandleManager
[GuidAttribute("DA85094C-66F0-4E0B-842D-873C30794F1E")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IGCHandleManager
[GuidAttribute(L"DA85094C-66F0-4E0B-842D-873C30794F1E")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IGCHandleManager
[<GuidAttribute("DA85094C-66F0-4E0B-842D-873C30794F1E")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IGCHandleManager =  interface end
public interface IGCHandleManager

The IGCHandleManager type exposes the following members.

Methods

  Name Description
Public method FreeGCHandle

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace