Home > Services > DXCore Services – Project

DXCore Services – Project

December 22nd, 2010 Leave a comment Go to comments

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

GetEnumeratorReturns enumerator of all projects in the active solution.

Properties:

Name

Description

ActiveReturns an instance of the active project.
CountReturns count of projects in the active solution.
Item[Int32]Returns an instance of a project by its index
StartupProjectGets or sets the startup project for the active solution.
—–
Products: DXCore
Versions: 10.1 and up
VS IDEs: any
Updated: Dec/23/2010
ID: D051

Similar Posts: