This topic has not yet been rated - Rate this topic

SolutionContext Interface

Represents all projects in the solution, some of which will be built, and the project configuration and platform that will have context when you select a particular SolutionConfiguration object.

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

[GuidAttribute("FC6A1A82-9C8A-47BB-A046-6E965DF5A99B")] 
public interface SolutionContext
/** @attribute GuidAttribute("FC6A1A82-9C8A-47BB-A046-6E965DF5A99B") */ 
public interface SolutionContext
GuidAttribute("FC6A1A82-9C8A-47BB-A046-6E965DF5A99B") 
public interface SolutionContext

Each project in the solution has an associated SolutionContext object that defines the particular project configuration and platform that will provide context when the SolutionConfiguration is selected. Using this object, you can determine whether a particular project is built or deployed.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ