IVsAggregatableProjectCorrected.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.
Indicates that aggregation is complete.
public:
int OnAggregationComplete();
public:
int OnAggregationComplete();
int OnAggregationComplete();
public int OnAggregationComplete ();
abstract member OnAggregationComplete : unit -> int
Public Function OnAggregationComplete () As Integer
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
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.