IVsAppContainerProjectDeployOperation Interface

Provides control while the app container application is being deployed.

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("7773BD9E-1F28-4787-986B-1C42C000E31C")> _
Public Interface IVsAppContainerProjectDeployOperation
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("7773BD9E-1F28-4787-986B-1C42C000E31C")]
public interface IVsAppContainerProjectDeployOperation
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"7773BD9E-1F28-4787-986B-1C42C000E31C")]
public interface class IVsAppContainerProjectDeployOperation
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("7773BD9E-1F28-4787-986B-1C42C000E31C")>]
type IVsAppContainerProjectDeployOperation =  interface end
public interface IVsAppContainerProjectDeployOperation

The IVsAppContainerProjectDeployOperation type exposes the following members.

Methods

  Name Description
Public method GetDeployResult Gets detailed results of the deployment operation.
Public method StopDeploy Cancels the deployment operation. Calling this method causes the deployment process to be terminated as soon as possible.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace