IVsAggregatableProjectCorrected::OnAggregationComplete Method ()
Visual Studio 2015
Indicates that aggregation is complete.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
OnAggregationComplete is called after all objects in the aggregation have called on InitializeForOuter. At this point, flavored projects should initialize external packages and objects that need interface pointers from the aggregation.
Show: