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 | |
---|---|---|
![]() |
FlavoredProjectFactory | Initializes a new instance of FlavoredProjectFactory. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
CanCreateProject | Determines whether or not the project can be created with the supplied parameters. |
![]() |
CreateProject | Creates a project. |
![]() |
Dispose | Disposes the service provider. |
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
Initialize | Initializes the project factory. |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
PreCreateForOuter | Creates an instance of the project. |
![]() |
ProjectTypeGuids | Gets the set of project type GUIDs from the project file. |
![]() |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
serviceProvider | Gets the project's service provider. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IVsAggregatableProjectFactory.GetAggregateProjectType | Gets a semicolon-delimited string of project type GUIDs. |
![]() ![]() |
IVsAggregatableProjectFactory.PreCreateForOuter | Creates an aggregatable inner project. |
![]() ![]() |
IVsProjectFactory.CanCreateProject | Determines whether or not the project can be created. |
![]() ![]() |
IVsProjectFactory.Close | Disposes this object. |
![]() ![]() |
IVsProjectFactory.CreateProject | Creates a flavored project. |
![]() ![]() |
IVsProjectFactory.SetSite | Initializes the project and allows the project to obtain services proffered by the environment. |
Top