SolutionBuild2::Deploy Method (Boolean)

 

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

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

void Deploy(
	bool WaitForDeployToFinish = false
)

Parameters

WaitForDeployToFinish
Type: System::Boolean

Optional. Determines whether build retains control until the deployment operation is complete. Default value is false.

When invoked, Deploy initiates a build. If you set WaitForBuildToFinish to false—that is, control returns immediately after initiating a build—you can use the OnBuildDone event to determine when the build is complete.

Return to top
Show: