Solution Methods
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.(Inherited from _Solution.) |
![]() | 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.(Inherited from _Solution.) |
![]() | Close(Boolean) | Closes the current solution.(Inherited from _Solution.) |
![]() | Create(String^, String^) | Creates an empty solution in the specified directory with the specified name.(Inherited from _Solution.) |
![]() | FindProjectItem(String^) | Locates an item in a project.(Inherited from _Solution.) |
![]() | GetEnumerator() | Returns an enumeration for items in a collection.(Inherited from _Solution.) |
![]() | Item(Object^) | |
![]() | Open(String^) | Opens the solution in the specified view.(Inherited from _Solution.) |
![]() | ProjectItemsTemplatePath(String^) | Returns the location of project item templates for the specified project type.(Inherited from _Solution.) |
![]() | Remove(Project^) | Removes the specified project from the solution.(Inherited from _Solution.) |
![]() | SaveAs(String^) | Saves the solution.(Inherited from _Solution.) |
