Solution4 Methods
Assembly: EnvDTE100 (in EnvDTE100.dll)
| Name | Description | |
|---|---|---|
![]() | AddFromFile(String^, Boolean) | Adds a project to the solution that is 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. |
![]() | AddFromTemplateEx(String^, String^, String^, String^, Boolean, UInt32) | Copies an existing project file, and any items or subdirectories it contains, to the specified location and adds it to the solution. |
![]() | AddSolutionFolder(String^) | Adds a solution folder to a ProjectItems collection. |
![]() | 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. |
![]() | GetProjectItemTemplate(String^, String^) | Returns a path to the indicated project item template. |
![]() | GetProjectItemTemplates(String^, String^) | Returns a collection of project item templates for the specified project. |
![]() | GetProjectTemplate(String^, String^) | Returns a path to the specified project template. If a template has a RequiredFrameworkVersion element higher than 4.0, you should provide the version in the call so that the search for the template will find a match. For example, instead of calling GetProjectTemplate("Extensibility\\1033\\VSIXProject.zip", "CSharp"); call GetProjectTemplate("Extensibility\\1033\\VSIXProject.zip|FrameworkVersion=4.5", "CSharp");. |
![]() | Item(Object^) | Returns an indexed member of a Projects collection. |
![]() | Open(String^) | Opens a specified solution. |
![]() | ProjectItemsTemplatePath(String^) | Superseded by GetProjectItemTemplate. |
![]() | Remove(Project^) | Removes the specified project from the solution. |
![]() | SaveAs(String^) | Saves the solution. |
