DXCore Services – Project
The Project service has a pretty short list of functions. This service is intended to manipulate projects of an active solution, and provides access to the start-up project, active project, and count of opened projects. All methods and properties work with an instance of the DevExpress.CodeRush.Core.Project type.
Methods of this service:
Name | Description |
| GetEnumerator | Returns enumerator of all projects in the active solution. |
Properties:
Name | Description |
| Active | Returns an instance of the active project. |
| Count | Returns count of projects in the active solution. |
| Item[Int32] | Returns an instance of a project by its index |
| StartupProject | Gets or sets the startup project for the active solution. |