Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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: StringThe solution configuration to deploy.
ProjectUniqueName
Type: StringThe unique name of a project to deploy.
WaitForDeployToFinish
Type: 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.