SolutionBuild2.DeployProject(String, String, Boolean) Methode

Definition

Stellt ein Projekt bereit.

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)

Parameter

SolutionConfiguration
String

Die Projektmappenkonfiguration, die bereitgestellt werden soll.

ProjectUniqueName
String

Der eindeutige Name eines Projekts, das bereitgestellt werden soll.

WaitForDeployToFinish
Boolean

Bei true wartet der Aufruf, bis die Bereitstellung abgeschlossen ist. Bei false kehrt der Aufruf sofort zurück.

Attribute

Gilt für