SolutionBuild Members
Include Protected Members
Include Inherited Members
Represents the root of the build automation model at the solution level.
The SolutionBuild type exposes the following members.
Methods
Name
Description
Causes the active solution configuration to begin building.
Builds the specified project and its dependencies in the context of the specified solution configuration.
Deletes all compiler-generated support files for marked projects.
Starts debugging the solution.
Causes each project in the active solution configuration that is marked for deployment to deploy.
Causes the active solution configuration to execute.
Top
Properties
Name
Description
Gets the currently active SolutionConfiguration object.
Gets a BuildDependencies collection that allows you to specify which projects depend on which other projects.
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.
Gets the top-level extensibility object.
Gets the number of projects that failed to build.
Gets the immediate parent object of a SolutionBuild object.
Gets a collection of SolutionConfiguration object.
Gets or sets the names of projects that are entry points for the application.
Top