IVsAppContainerProjectDeployEvents Interface

 

Handles events that occur before and after the app container deployment process.

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

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("35CC3FD8-5435-4B9E-95CD-7E30C378FBDF")]
public interface IVsAppContainerProjectDeployEvents

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: