FlavoredProject.IVsAggregatableProject.OnAggregationComplete Method

Namespace:  Microsoft.VisualStudio.Shell.Flavor
Assembly:  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)

Syntax

'宣言
Private Function OnAggregationComplete As Integer
    Implements IVsAggregatableProject.OnAggregationComplete
'使用
Dim instance As FlavoredProject
Dim returnValue As Integer

returnValue = CType(instance, IVsAggregatableProject).OnAggregationComplete()
int IVsAggregatableProject.OnAggregationComplete()
private:
virtual int OnAggregationComplete() sealed = IVsAggregatableProject::OnAggregationComplete
JScript does not support explicit interface implementations.

Return Value

Type: System.Int32

Implements

IVsAggregatableProject.OnAggregationComplete()

Permissions

See Also

Reference

FlavoredProject Class

FlavoredProject Members

Microsoft.VisualStudio.Shell.Flavor Namespace