_Solution Methods
Visual Studio 2015
Namespace:
EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
| Name | Description | |
|---|---|---|
![]() | AddFromFile(String^, Boolean) | Adds a project to the solution, based on a project file already stored in the system. |
![]() | AddFromTemplate(String^, String^, String^, Boolean) | Copies an existing project file, and any items or subdirectories it contains, to the specified location and adds it to the solution. |
![]() | Close(Boolean) | Closes the current solution. |
![]() | Create(String^, String^) | Creates an empty solution in the specified directory with the specified name. |
![]() | FindProjectItem(String^) | Locates an item in a project. |
![]() | GetEnumerator() | Returns an enumeration for items in a collection. |
![]() | Item(Object^) | |
![]() | Open(String^) | Opens the solution in the specified view. |
![]() | ProjectItemsTemplatePath(String^) | Returns the location of project item templates for the specified project type. |
![]() | Remove(Project^) | Removes the specified project from the solution. |
![]() | SaveAs(String^) | Saves the solution. |
Show:
