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.(Inherited from _Solution.)

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.(Inherited from _Solution.)

System_CAPS_pubmethodClose(Boolean)

Closes the current solution.(Inherited from _Solution.)

System_CAPS_pubmethodCreate(String^, String^)

Creates an empty solution in the specified directory with the specified name.(Inherited from _Solution.)

System_CAPS_pubmethodFindProjectItem(String^)

Locates an item in a project.(Inherited from _Solution.)

System_CAPS_pubmethodGetEnumerator()

Returns an enumeration for items in a collection.(Inherited from _Solution.)

System_CAPS_pubmethodItem(Object^)

Returns a Project object in a Projects collection.(Inherited from _Solution.)

System_CAPS_pubmethodOpen(String^)

Opens the solution in the specified view.(Inherited from _Solution.)

System_CAPS_pubmethodProjectItemsTemplatePath(String^)

Returns the location of project item templates for the specified project type.(Inherited from _Solution.)

System_CAPS_pubmethodRemove(Project^)

Removes the specified project from the solution.(Inherited from _Solution.)

System_CAPS_pubmethodSaveAs(String^)

Saves the solution.(Inherited from _Solution.)

Return to top
Show: