IVsDeployableProjectCfg2 Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | AdviseDeployStatusCallback(IVsDeployStatusCallback^, UInt32) | Establishes a callback for deployment status. Returns a cookie to save and use in the corresponding unadvise method. |
![]() | Commit(UInt32) | Method to call if all deployments succeed. |
![]() | QueryStartDeploy(UInt32, array<Int32>^, array<Int32>^) | Checks for whether or not you can deploy a project with a given set of options. |
![]() | QueryStatusDeploy(Int32) | Call to find out if deployment is done. |
![]() | Rollback(UInt32) | Method to call if any deployment fails. |
![]() | StartCleanDeploy(IVsOutputWindowPane^, UInt32) | This API supports the product infrastructure and is not intended to be used directly from your code. |
![]() | StartDeploy(IVsOutputWindowPane^, UInt32) | Begins deployment. |
![]() | StopDeploy(Int32) | Halts the deployment. |
![]() | UnadviseDeployStatusCallback(UInt32) | Disconnects the callback established by AdviseDeployStatusCallback. |
![]() | WaitDeploy(UInt32, Int32) | Obsolete method. Do not use. |
Show:
