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)

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("7773BD9E-1F28-4787-986B-1C42C000E31C")]
public interface IVsAppContainerProjectDeployOperation

NameDescription
System_CAPS_pubmethodGetDeployResult()

Gets detailed results of the deployment operation.

System_CAPS_pubmethodStopDeploy(Boolean)

Cancels the deployment operation. Calling this method causes the deployment process to be terminated as soon as possible.

Return to top
Show: