IVsAggregatableProjectFactory Interface
Visual Studio 2015
Creates a project type that supports aggregation.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | GetAggregateProjectType(String, String) | Returns a string containing a list of project type GUIDs to aggregate to create an instance of this project. It should return at least one GUID—the project type GUID for itself. This method is expected to get the list of GUIDs from the specified file. |
![]() | PreCreateForOuter(Object, Object) | Called by the owner or outer project subtype so that the owned or inner project subtype can create a version of itself that can be aggregated. |
Notes to Implementers:
Implement IVsAggregatableProjectFactory to create a project type that supports aggregation.
For more information, see Initialization Sequence of Project Subtypes.
Show:
