Solution4 Methods

Include Protected Members
Include Inherited Members

The Solution4 type exposes the following members.

Methods

  Name Description
Public method AddFromFile(String, Boolean) (Inherited from Solution3.)
Public method AddFromFile(String, Boolean) Adds a project to the solution that is based on a project file already stored in the system.
Public method AddFromTemplate(String, String, String, Boolean) (Inherited from Solution3.)
Public method 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.
Public method AddFromTemplateEx Copies an existing project file, and any items or subdirectories it contains, to the specified location and adds it to the solution.
Public method AddSolutionFolder(String) (Inherited from Solution3.)
Public method AddSolutionFolder(String) Adds a solution folder to a ProjectItems collection.
Public method Close(Boolean) (Inherited from Solution3.)
Public method Close(Boolean) Closes the current solution.
Public method Create(String, String) (Inherited from Solution3.)
Public method Create(String, String) Creates an empty solution in the specified directory with the specified name.
Public method FindProjectItem(String) (Inherited from Solution3.)
Public method FindProjectItem(String) Locates an item in a project.
Public method GetEnumerator() (Inherited from Solution3.)
Public method GetEnumerator() Returns an enumeration for items in a collection.
Public method GetProjectItemTemplate(String, String) (Inherited from Solution3.)
Public method GetProjectItemTemplate(String, String) Returns a path to the indicated project item template.
Public method GetProjectItemTemplates(String, String) (Inherited from Solution3.)
Public method GetProjectItemTemplates(String, String) Returns a collection of project item templates for the specified project.
Public method GetProjectTemplate(String, String) (Inherited from Solution3.)
Public method GetProjectTemplate(String, String) Returns a path to the specified project template.
Public method Item(Object) (Inherited from Solution3.)
Public method Item(Object) Returns an indexed member of a Projects collection.
Public method Open(String) (Inherited from Solution3.)
Public method Open(String) Opens a specified solution.
Public method ProjectItemsTemplatePath(String) (Inherited from Solution3.)
Public method ProjectItemsTemplatePath(String) Superseded by GetProjectItemTemplate.
Public method Remove(Project) (Inherited from Solution3.)
Public method Remove(Project) Removes the specified project from the solution.
Public method SaveAs(String) (Inherited from Solution3.)
Public method SaveAs(String) Saves the solution.

Top

See Also

Reference

Solution4 Interface

EnvDTE100 Namespace