FlavoredProjectFactory Members
Include Protected Members
Include Inherited Members
A factory for creating flavored projects, otherwise known as project subtypes.
The FlavoredProjectFactory type exposes the following members.
Constructors
Name
Description
Initializes a new instance of FlavoredProjectFactory.
Top
Methods
Name
Description
Determines whether or not the project can be created with the supplied parameters.
Creates a project.
Disposes the service provider.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Initializes the project factory.
Creates a shallow copy of the current Object. (Inherited from Object.)
Creates an instance of the project.
Gets the set of project type GUIDs from the project file.
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets the project's service provider.
Top
Explicit Interface Implementations
Name
Description
IVsProjectFactory.CanCreateProject
Determines whether or not the project can be created.
Disposes this object.
IVsProjectFactory.CreateProject
Creates a flavored project.
IVsAggregatableProjectFactory.GetAggregateProjectType
Gets a semicolon-delimited string of project type GUIDs.
IVsAggregatableProjectFactory.PreCreateForOuter
Creates an aggregatable inner project.
Initializes the project and allows the project to obtain services proffered by the environment.
Top