IVsProjectFactory Interface
Creates projects within the solution.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
The IVsProjectFactory type exposes the following members.
| Name | Description | |
|---|---|---|
|
CanCreateProject | Determines whether a new project can be created. |
|
Close | Shuts down the project factory. |
|
CreateProject | Creates a new project. |
|
SetSite | Initializes the project factory in the environment and allows the project to obtain services proffered by the environment. |
Implemented by a package that implements a project type. This interface is passed to the Visual Studio environment via RegisterProjectType.
Notes to Implementers
Implement IVsProjectFactory when needing to create and site a project within a solution.