Home > Services > DXCore Services – Project

DXCore Services – Project

December 22nd, 2010

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.
—–
Products: DXCore
Versions: 10.1 and up
VS IDEs: any
Updated: Dec/23/2010
ID: D051

Similar Posts:

  1. No comments yet. Be the first and leave a comment!