FlavoredProject::IVsAggregatableProject::OnAggregationComplete Method ()
Visual Studio 2015
Called to continue initialization after aggregation is complete.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
private: virtual int OnAggregationComplete() sealed = IVsAggregatableProject::OnAggregationComplete
This method is called after all the objects in the aggregation have been initialized with InitializeForOuter. At this point the aggregation is fully functional, and the flavor can initialize any external packages or objects that need to receive interface pointers from the aggregation. Flavors should call this method on their inner project in their implementation of this method.
Show: