FlavoredProject.IVsUIHierarchy.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 the project and cleans up its resources once the environment determines that it is no longer used.
virtual int Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy.Close() = Microsoft::VisualStudio::Shell::Interop::IVsUIHierarchy::Close;
virtual int Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy.Close() = Microsoft::VisualStudio::Shell::Interop::IVsUIHierarchy::Close;
int Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy.Close();
int IVsUIHierarchy.Close ();
abstract member Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy.Close : unit -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy.Close : unit -> int
Function Close () As Integer Implements IVsUIHierarchy.Close
Returns
Microsoft.VisualStudio.NativeMethods.S_OK.
Implements
Remarks
This method calls the Close method, which calls the Close method.