IVsAggregatableProjectCorrected Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Flavor
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | GetAggregateProjectTypeGuids(String^) | Gets the list of project type GUIDs that make up the aggregate project. This method should be delegated to the innermost project within the system of aggregated project subtypes. |
![]() | InitializeForOuter(String^, String^, String^, UInt32, Guid, IntPtr, Int32) | Called by the owner, the outer project subtype, to have the owned project, the inner project subtype, to do its initialization work. |
![]() | OnAggregationComplete() | Indicates that aggregation is complete. |
![]() | SetAggregateProjectTypeGuids(String^) | This method updates the list of GUIDs that are persisted in the project file of the base project. |
![]() | SetInnerProject(IntPtr) | This method is used to pass in the pointer to the inner IUnknown of the project subtype that is being aggregated. |
Show:
