Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Deploys a project.
Namespace:  EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
Sub DeployProject ( _
    SolutionConfiguration As String, _
    ProjectUniqueName As String, _
    WaitForDeployToFinish As Boolean _
)
void DeployProject(
    string SolutionConfiguration,
    string ProjectUniqueName,
    bool WaitForDeployToFinish
)
void DeployProject(
    String^ SolutionConfiguration, 
    String^ ProjectUniqueName, 
    bool WaitForDeployToFinish
)
abstract DeployProject : 
        SolutionConfiguration:string * 
        ProjectUniqueName:string * 
        WaitForDeployToFinish:bool -> unit
function DeployProject(
    SolutionConfiguration : String, 
    ProjectUniqueName : String, 
    WaitForDeployToFinish : boolean
)
Parameters
SolutionConfiguration
Type: System.StringThe solution configuration to deploy.
ProjectUniqueName
Type: System.StringThe unique name of a project to deploy.
WaitForDeployToFinish
Type: System.BooleanIf true, the call waits until deployment has completed. If false, the call returns immediately.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.