SolutionBuild2 Properties
Visual Studio 2015
Namespace:
EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
| Name | Description | |
|---|---|---|
![]() | ActiveConfiguration | Gets the currently active SolutionConfiguration object. |
![]() | BuildDependencies | Gets a BuildDependencies collection that allows you to specify which projects depend on which other projects. |
![]() | BuildState | Gets whether a build has ever been started in the current environment session, whether a build is currently in progress, or whether a build has been completed. |
![]() | DTE | Gets the top-level extensibility object. |
![]() | LastBuildInfo | Gets the number of projects that failed to build. |
![]() | LastPublishInfo | Gets the number of items that were successfully published. |
![]() | Parent | Gets the immediate parent object of a SolutionBuild object. |
![]() | PublishState | Gets the state of a publish operation. |
![]() | SolutionConfigurations | Gets a collection of SolutionConfiguration objects. |
![]() | StartupProjects | Gets or sets the names of projects that are entry points for the application. |
Show:
