IVsDeployableProjectCfg Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | AdviseDeployStatusCallback(IVsDeployStatusCallback^, UInt32) | Registers the environment to receive notifications of deployment status events. |
![]() | Commit(UInt32) | Alerts a project that a deployment operation was successful. |
![]() | QueryStartDeploy(UInt32, array<Int32>^, array<Int32>^) | Determines whether or not a project is able to start a deployment operation. |
![]() | QueryStatusDeploy(Int32) | Determines whether or not a deployment operation has completed successfully. |
![]() | Rollback(UInt32) | Alerts a deployment project that a deployment operation has failed. |
![]() | StartDeploy(IVsOutputWindowPane^, UInt32) | Requests that a project begin a deployment operation. |
![]() | StopDeploy(Int32) | Requests that a project stop a deployment operation. |
![]() | UnadviseDeployStatusCallback(UInt32) | Cancels the environment's registration to receive notifications of deployment status events. |
![]() | WaitDeploy(UInt32, Int32) | Obsolete method. Do not use. |
Show:
