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.
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: BooleanOptional. Determines whether build retains control until the deployment operation is complete. Default value is false.
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.