IVsAppContainerProjectDeployEvents Interface
Visual Studio 2015
Handles events that occur before and after the app container deployment process.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| Name | Description | |
|---|---|---|
![]() | OnDeployEnd(String, IVsAppContainerProjectDeployResult) | Called after the application deployment operation is complete. This event is fired after OnEndDeploy is called. |
![]() | OnDeployStart(String) | Called before the application deployment begins. This event is only fired if no one canceled the deployment operation in QueryDeployStart. |
![]() | QueryDeployStart(String, Boolean, Boolean, String) | Called before the application deployment begins. This event gives components the opportunity to stop the deployment process or force a local machine deployment. |
Show:
