IVsSolutionEvents3::OnAfterLoadProject Method (IVsHierarchy^, IVsHierarchy^)
Visual Studio 2015
Notifies listening clients that the project has been loaded.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pStubHierarchy
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsHierarchy^
[in] Pointer to the IVsHierarchy interface of the placeholder hierarchy for the unloaded project.
- pRealHierarchy
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsHierarchy^
[in] Pointer to the IVsHierarchy interface of the project that was loaded.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsSolutionEvents3::OnAfterLoadProject( [in] IVsHierarchy *pStubHierarchy, [in] IVsHierarchy *pRealHierarchy );
Show: