SolutionEvents.IVsSolutionEvents3.OnBeforeOpeningChildren Method
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/before the children are opened.
virtual int Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents3.OnBeforeOpeningChildren(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ pHierarchy) = Microsoft::VisualStudio::Shell::Interop::IVsSolutionEvents3::OnBeforeOpeningChildren;
C++/CX
virtual int Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents3.OnBeforeOpeningChildren(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ pHierarchy) = Microsoft::VisualStudio::Shell::Interop::IVsSolutionEvents3::OnBeforeOpeningChildren;
int Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents3.OnBeforeOpeningChildren(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy const & pHierarchy);
int IVsSolutionEvents3.OnBeforeOpeningChildren(Microsoft.VisualStudio.Shell.Interop.IVsHierarchy pHierarchy);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents3.OnBeforeOpeningChildren : Microsoft.VisualStudio.Shell.Interop.IVsHierarchy -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents3.OnBeforeOpeningChildren : Microsoft.VisualStudio.Shell.Interop.IVsHierarchy -> int
Function OnBeforeOpeningChildren (pHierarchy As IVsHierarchy) As Integer Implements IVsSolutionEvents3.OnBeforeOpeningChildren
- pHierarchy
- IVsHierarchy
The hierarchy.
The HRESULT.
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |