IVsParentProject2 Interface
Visual Studio 2015
Creates nested projects. You can get an instance of the interface by querying an instance of IVsHierarchy.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | AddNestedSolution(UInt32, UInt32, String) | Enables addition of the contents of a solution, in the same that it's done through the user interface, to a project (for example, a solution folder). |
![]() | CreateNestedProject(UInt32, Guid, String, String, String, UInt32, Guid, Guid, IntPtr) | Creates and adds a solution to a project. |
Show:
