IVsSolution6 Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime (in Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime.dll)

NameDescription
System_CAPS_pubmethodAddExistingProject(String^, IVsHierarchy^, IVsHierarchy^)

Adds an existing project to the solution.

System_CAPS_pubmethodAddNewProjectFromTemplate(String^, Array^, String^, String^, String^, IVsHierarchy^, IVsHierarchy^)

Adds a new project to the solution, using a project template.

System_CAPS_pubmethodBrowseForExistingProject(String^, String^, Guid, String^)

Uses the open project dialog to select a project.

System_CAPS_pubmethodSetProjectParent(IVsHierarchy^, IVsHierarchy^)

Sets the parent of the project. The solution considers pProject to be a child (in a nested hierarchy) of pParent, and it does not enumerate it in the solution hierarchy. The pParent hierarchy is responsible for adding a visual representation of this project in Solution Explorer. pParent is expected to implement IVsParentProject3, otherwise this method does nothing.

Return to top
Show: