SolutionEvents.IVsSolutionEvents3.OnAfterClosingChildren(IVsHierarchy) 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.
Occurs on/after the solution's children are closed.
virtual int Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents3.OnAfterClosingChildren(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ pHierarchy) = Microsoft::VisualStudio::Shell::Interop::IVsSolutionEvents3::OnAfterClosingChildren;
virtual int Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents3.OnAfterClosingChildren(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ pHierarchy) = Microsoft::VisualStudio::Shell::Interop::IVsSolutionEvents3::OnAfterClosingChildren;
int Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents3.OnAfterClosingChildren(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy const & pHierarchy);
int IVsSolutionEvents3.OnAfterClosingChildren (Microsoft.VisualStudio.Shell.Interop.IVsHierarchy pHierarchy);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents3.OnAfterClosingChildren : Microsoft.VisualStudio.Shell.Interop.IVsHierarchy -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents3.OnAfterClosingChildren : Microsoft.VisualStudio.Shell.Interop.IVsHierarchy -> int
Function OnAfterClosingChildren (pHierarchy As IVsHierarchy) As Integer Implements IVsSolutionEvents3.OnAfterClosingChildren
Parameters
- pHierarchy
- IVsHierarchy
The hierarchy
Returns
The HRESULT.