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.
Causes each project in the active solution configuration that is marked for deployment to deploy.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
Sub Deploy ( _
WaitForDeployToFinish As Boolean _
)
void Deploy(
bool WaitForDeployToFinish
)
void Deploy(
[InAttribute] bool WaitForDeployToFinish
)
abstract Deploy :
WaitForDeployToFinish:bool -> unit
function Deploy(
WaitForDeployToFinish : boolean
)
Parameters
- WaitForDeployToFinish
Type: System.Boolean
Optional. Determines whether build retains control until the deployment operation is complete. Default value is false.
Implements
Remarks
When invoked, Deploy initiates a build. If you set WaitForBuildToFinish to false—that is, control returns immediately after initiating a build—you can use the OnBuildDone event to determine when the build is complete.
.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.