IVsAppContainerProjectDeployEvents Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

NameDescription
System_CAPS_pubmethodOnDeployEnd(String^, IVsAppContainerProjectDeployResult^)

Called after the application deployment operation is complete. This event is fired after OnEndDeploy is called.

System_CAPS_pubmethodOnDeployStart(String^)

Called before the application deployment begins. This event is only fired if no one canceled the deployment operation in QueryDeployStart.

System_CAPS_pubmethodQueryDeployStart(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.

Return to top
Show: