SolutionBuild2 Methods
Visual Studio 2015
Namespace:
EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
| Name | Description | |
|---|---|---|
![]() | Build(Boolean) | Causes the active solution configuration to begin building. |
![]() | BuildProject(String^, String^, Boolean) | Builds the specified project and its dependencies in the context of the specified solution configuration. |
![]() | Clean(Boolean) | Deletes all compiler-generated support files for marked projects. |
![]() | Debug() | Starts debugging the solution. |
![]() | Deploy(Boolean) | Causes each project in the active solution configuration that is marked for deployment to deploy. |
![]() | DeployProject(String^, String^, Boolean) | Deploys a project. |
![]() | Publish(Boolean) | Initiates a publish operation. |
![]() | PublishProject(String^, String^, Boolean) | Publishes a project. |
![]() | Run() | Causes the active solution configuration to execute. |
Show:
