FlavoredProject.Close Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Closes and cleans up a hierarchy once the environment determines that it is no longer used.
protected:
virtual void Close();
protected:
virtual void Close();
virtual void Close();
protected virtual void Close ();
abstract member Close : unit -> unit
override this.Close : unit -> unit
Protected Overridable Sub Close ()
Remarks
This method calls the <xref:Microsoft.VisualStudio.Shell.Interop.IVsHierarchy.Close%28%29> method on the inner project. This method is called automatically only on hierarchies that are part of a solution. For hierarchies outside of solutions, have your package call this method on exit for any hierarchies that the package implements.