Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
GetDeployResult | Gets detailed results of the deployment operation. |
![]() |
StopDeploy | Cancels the deployment operation. Calling this method causes the deployment process to be terminated as soon as possible. |
Top