SolutionBuild2::DeployProject Method (String^, String^, Boolean)
Visual Studio 2015
Deploys a project.
Assembly: EnvDTE80 (in EnvDTE80.dll)
void DeployProject( String^ SolutionConfiguration, String^ ProjectUniqueName, bool WaitForDeployToFinish = false )
Parameters
- SolutionConfiguration
-
Type:
System::String^
The solution configuration to deploy.
- ProjectUniqueName
-
Type:
System::String^
The unique name of a project to deploy.
- WaitForDeployToFinish
-
Type:
System::Boolean
If true, the call waits until deployment has completed. If false, the call returns immediately.
Show: