IVsPrioritizedSolutionEvents.PrioritizedOnBeforeOpeningChildren 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.
Defines a method called after OnBeforeOpeningChildren(IVsHierarchy) but before opening the children of a project.
public:
int PrioritizedOnBeforeOpeningChildren(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ pHierarchy);
public:
int PrioritizedOnBeforeOpeningChildren(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ pHierarchy);
int PrioritizedOnBeforeOpeningChildren(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy const & pHierarchy);
public int PrioritizedOnBeforeOpeningChildren (Microsoft.VisualStudio.Shell.Interop.IVsHierarchy pHierarchy);
abstract member PrioritizedOnBeforeOpeningChildren : Microsoft.VisualStudio.Shell.Interop.IVsHierarchy -> int
Public Function PrioritizedOnBeforeOpeningChildren (pHierarchy As IVsHierarchy) As Integer
Parameters
- pHierarchy
- IVsHierarchy
[in] Pointer to the IVsHierarchy interface of the project.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.