IVsProjectFactory Interface
Creates projects within the solution.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)
See illustrations of the implementation and/or calling of this interface in the samples Basic Project Sampleand Figures Project Sample. Implemented by Package that implements a project type. IVsProjectFactory 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.