_Solution Methods

 

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

NameDescription
System_CAPS_pubmethodAddFromFile(String^, Boolean)

Adds a project to the solution, based on a project file already stored in the system.

System_CAPS_pubmethodAddFromTemplate(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.

System_CAPS_pubmethodClose(Boolean)

Closes the current solution.

System_CAPS_pubmethodCreate(String^, String^)

Creates an empty solution in the specified directory with the specified name.

System_CAPS_pubmethodFindProjectItem(String^)

Locates an item in a project.

System_CAPS_pubmethodGetEnumerator()

Returns an enumeration for items in a collection.

System_CAPS_pubmethodItem(Object^)

Returns a Project object in a Projects collection.

System_CAPS_pubmethodOpen(String^)

Opens the solution in the specified view.

System_CAPS_pubmethodProjectItemsTemplatePath(String^)

Returns the location of project item templates for the specified project type.

System_CAPS_pubmethodRemove(Project^)

Removes the specified project from the solution.

System_CAPS_pubmethodSaveAs(String^)

Saves the solution.

Return to top
Show: