SolutionBuild2::DeployProject Method (String^, String^, Boolean)

 

Deploys a project.

Namespace:   EnvDTE80
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.

Return to top
Show: