ProjectNode.OnAggregationComplete Method

Called when all the steps of project aggregation are completed.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Overridable Function OnAggregationComplete As Integer
'使用
Dim instance As ProjectNode
Dim returnValue As Integer

returnValue = instance.OnAggregationComplete()
public virtual int OnAggregationComplete()
public:
virtual int OnAggregationComplete()
public function OnAggregationComplete() : int

Return Value

Type: System.Int32

S_OK if successful, otherwise an error code.

Implements

IVsAggregatableProject.OnAggregationComplete()

Remarks

Derived classes may use this method to do anything necessary after project aggregation has completed.

Permissions

See Also

Reference

ProjectNode Class

ProjectNode Members

Microsoft.VisualStudio.Package Namespace