SolutionBuild2.DeployProject(String, String, Boolean) Method

Definition

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

Applies to