SolutionBuild2.DeployProject(String, String, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deploys a project.
void DeployProject(std::wstring const & SolutionConfiguration, std::wstring const & ProjectUniqueName, bool WaitForDeployToFinish = false);
[System.Runtime.InteropServices.DispId(104)]
public void DeployProject (string SolutionConfiguration, string ProjectUniqueName, bool WaitForDeployToFinish = false);
[<System.Runtime.InteropServices.DispId(104)>]
abstract member DeployProject : string * string * bool -> unit
Public Sub DeployProject (SolutionConfiguration As String, ProjectUniqueName As String, Optional WaitForDeployToFinish As Boolean = false)
Parameters
- SolutionConfiguration
- String
The solution configuration to deploy.
- ProjectUniqueName
- String
The unique name of a project to deploy.
- WaitForDeployToFinish
- Boolean
If true
, the call waits until deployment has completed. If false
, the call returns immediately.
- Attributes