IVsAggregatableProjectCorrected.OnAggregationComplete Method

Definition

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.

Applies to