IVsAppContainerProjectDeployOperation Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides control while the app container application is being deployed.
public interface class IVsAppContainerProjectDeployOperation
public interface class IVsAppContainerProjectDeployOperation
__interface IVsAppContainerProjectDeployOperation
[System.Runtime.InteropServices.Guid("7773BD9E-1F28-4787-986B-1C42C000E31C")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsAppContainerProjectDeployOperation
[<System.Runtime.InteropServices.Guid("7773BD9E-1F28-4787-986B-1C42C000E31C")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsAppContainerProjectDeployOperation = interface
Public Interface IVsAppContainerProjectDeployOperation
- Attributes
Remarks
This interface is safe to access from any thread.
Methods
GetDeployResult() |
Gets detailed results of the deployment operation. |
StopDeploy(Boolean) |
Cancels the deployment operation. Calling this method causes the deployment process to be terminated as soon as possible. |