DatabasePropertyPageUserControlBase.CleanupCOMReferences Method
Used to clean up any Common Object Model (COM) references and to unhook from events.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Protected Overrides Sub CleanupCOMReferences
protected override void CleanupCOMReferences()
protected:
virtual void CleanupCOMReferences() override
abstract CleanupCOMReferences : unit -> unit
override CleanupCOMReferences : unit -> unit
protected override function CleanupCOMReferences()
.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
DatabasePropertyPageUserControlBase Class
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace