SolutionBuild2 Methods

 

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

NameDescription
System_CAPS_pubmethodBuild(Boolean)

Causes the active solution configuration to begin building.

System_CAPS_pubmethodBuildProject(String^, String^, Boolean)

Builds the specified project and its dependencies in the context of the specified solution configuration.

System_CAPS_pubmethodClean(Boolean)

Deletes all compiler-generated support files for marked projects.

System_CAPS_pubmethodDebug()

Starts debugging the solution.

System_CAPS_pubmethodDeploy(Boolean)

Causes each project in the active solution configuration that is marked for deployment to deploy.

System_CAPS_pubmethodDeployProject(String^, String^, Boolean)

Deploys a project.

System_CAPS_pubmethodPublish(Boolean)

Initiates a publish operation.

System_CAPS_pubmethodPublishProject(String^, String^, Boolean)

Publishes a project.

System_CAPS_pubmethodRun()

Causes the active solution configuration to execute.

Return to top
Show: