SolutionContexts Interface

 

Contains all of the SolutionContext objects for a solution configuration.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

[GuidAttribute("0685B546-FB84-4917-AB98-98D40F892D61")]
public interface class SolutionContexts : IEnumerable

NameDescription
System_CAPS_pubpropertyCount

Gets a value indicating the number of SolutionContext objects in the collection.

System_CAPS_pubpropertyDTE

Gets the top-level extensibility object.

System_CAPS_pubpropertyParent

Returns the immediate parent object of a SolutionContexts collection.

NameDescription
System_CAPS_pubmethodGetEnumerator()

Gets an enumeration for items in a collection.

System_CAPS_pubmethodItem(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.

Return to top
Show: