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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.