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)

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("35CC3FD8-5435-4B9E-95CD-7E30C378FBDF")> _
Public Interface IVsAppContainerProjectDeployEvents
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("35CC3FD8-5435-4B9E-95CD-7E30C378FBDF")]
public interface IVsAppContainerProjectDeployEvents
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"35CC3FD8-5435-4B9E-95CD-7E30C378FBDF")]
public interface class IVsAppContainerProjectDeployEvents
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("35CC3FD8-5435-4B9E-95CD-7E30C378FBDF")>]
type IVsAppContainerProjectDeployEvents =  interface end
public interface IVsAppContainerProjectDeployEvents

The IVsAppContainerProjectDeployEvents type exposes the following members.

Methods

  Name Description
Public method OnDeployEnd Called after the application deployment operation is complete. This event is fired after OnEndDeploy is called.
Public method OnDeployStart Called before the application deployment begins. This event is only fired if no one canceled the deployment operation in QueryDeployStart.
Public method QueryDeployStart Called before the application deployment begins. This event gives components the opportunity to stop the deployment process or force a local machine deployment.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace