SolutionEvents.IVsSolutionEvents3.OnBeforeClosingChildren Method

Definition

Occurs on/before the solution's children are closed.

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents3.OnBeforeClosingChildren(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ pHierarchy) = Microsoft::VisualStudio::Shell::Interop::IVsSolutionEvents3::OnBeforeClosingChildren;
 virtual int Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents3.OnBeforeClosingChildren(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ pHierarchy) = Microsoft::VisualStudio::Shell::Interop::IVsSolutionEvents3::OnBeforeClosingChildren;
int Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents3.OnBeforeClosingChildren(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy const & pHierarchy);
int IVsSolutionEvents3.OnBeforeClosingChildren (Microsoft.VisualStudio.Shell.Interop.IVsHierarchy pHierarchy);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents3.OnBeforeClosingChildren : Microsoft.VisualStudio.Shell.Interop.IVsHierarchy -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents3.OnBeforeClosingChildren : Microsoft.VisualStudio.Shell.Interop.IVsHierarchy -> int
Function OnBeforeClosingChildren (pHierarchy As IVsHierarchy) As Integer Implements IVsSolutionEvents3.OnBeforeClosingChildren

Parameters

pHierarchy
IVsHierarchy

The hierarchy.

Returns

The HRESULT.

Implements

Applies to