IVsAggregatableProjectFactory Interface

Definition

Creates a project type that supports aggregation.

public interface class IVsAggregatableProjectFactory
public interface class IVsAggregatableProjectFactory
__interface IVsAggregatableProjectFactory
[System.Runtime.InteropServices.Guid("44569501-2AD0-4966-9BAC-12B799A1CED6")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsAggregatableProjectFactory
[<System.Runtime.InteropServices.Guid("44569501-2AD0-4966-9BAC-12B799A1CED6")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsAggregatableProjectFactory = interface
Public Interface IVsAggregatableProjectFactory
Derived
Attributes

Notes to Implementers

Implement IVsAggregatableProjectFactory to create a project type that supports aggregation.

For more information, see Initialization Sequence of Project Subtypes.

Methods

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.

Applies to