FlavoredProject.IVsAggregatableProject.OnAggregationComplete 方法

定义

调用以在聚合完成后继续初始化。

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsAggregatableProject.OnAggregationComplete() = Microsoft::VisualStudio::Shell::Interop::IVsAggregatableProject::OnAggregationComplete;
 virtual int Microsoft.VisualStudio.Shell.Interop.IVsAggregatableProject.OnAggregationComplete() = Microsoft::VisualStudio::Shell::Interop::IVsAggregatableProject::OnAggregationComplete;
int Microsoft.VisualStudio.Shell.Interop.IVsAggregatableProject.OnAggregationComplete();
int IVsAggregatableProject.OnAggregationComplete ();
abstract member Microsoft.VisualStudio.Shell.Interop.IVsAggregatableProject.OnAggregationComplete : unit -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsAggregatableProject.OnAggregationComplete : unit -> int
Function OnAggregationComplete () As Integer Implements IVsAggregatableProject.OnAggregationComplete

返回

Int32

如果该方法成功,则为; S_OK 否则为错误代码。

实现

注解

在使用初始化聚合中的所有对象后,将调用此方法 InitializeForOuter 。 此时,聚合将完全正常运行,并且该口味可初始化任何外部包或需要从聚合接收接口指针的对象。 在此方法的实现中,风格应在其内部项目上调用此方法。

适用于