IVsDeployableProjectCfg Interface
Allows a project to manage deployment operations.
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, Int32[], 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. |
IVsDeployableProjectCfg is implemented on an object separate from the configuration object that supports IVsProjectCfg. IVsDeployableProjectCfg operates in the background, allowing the environment to query the status of a deployment operation at any time or to stop the operation if necessary.
Notes to Callers:
Called by the environment when the user selects the deploy command.
