FlavoredProject.OnAggregationComplete Method

Definition

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.

Applies to