Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.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. 
.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.