SolutionContexts Interface
Contains all of the SolutionContext objects for a solution configuration.
Assembly: EnvDTE (in EnvDTE.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets a value indicating the number of SolutionContext objects in the collection. |
![]() | DTE | Gets the top-level extensibility object. |
![]() | Parent | Returns the immediate parent object of a SolutionContexts collection. |
| Name | Description | |
|---|---|---|
![]() | GetEnumerator() | Gets an enumeration for items in a collection. |
![]() | Item(Object^) | Returns a SolutionContext object in a SolutionContexts collection. |
Each solution configuration has a SolutionContext object for each project in the solution, and the SolutionContexts collection contains all of these SolutionContext objects. They define which project configuration and platform provide context when the SolutionConfiguration is selected, and you can determine whether that particular project is built or deployed.

