Microsoft.VisualStudio.Project.ProjectNode.OnAggregationComplete C# (CSharp) Method

OnAggregationComplete() public method

This is called after the project is done initializing the different layer of the aggregations
public OnAggregationComplete ( ) : int
return int
        public virtual int OnAggregationComplete()
        {
            return VSConstants.S_OK;
        }
ProjectNode