FlavoredProject.OnAggregationComplete 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.
Subscribes to IVsTrackProjectDocumentsEvents2 events. It is not required to flavor a project but makes it easier for derived classes to subscribe to these events.
protected:
virtual void OnAggregationComplete();
protected:
virtual void OnAggregationComplete();
virtual void OnAggregationComplete();
protected virtual void OnAggregationComplete ();
abstract member OnAggregationComplete : unit -> unit
override this.OnAggregationComplete : unit -> unit
Protected Overridable Sub OnAggregationComplete ()
Remarks
This is called when all the objects in the aggregation have received InitializeForOuter calls. At this point the aggregation is complete and fully functional.