IVsDeployableProjectCfg Interface
Visual Studio 2010
Allows a project to manage deployment operations.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
The IVsDeployableProjectCfg type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AdviseDeployStatusCallback | Registers the environment to receive notifications of deployment status events. |
![]() | Commit | Alerts a project that a deployment operation was successful. |
![]() | QueryStartDeploy | Determines whether or not a project is able to start a deployment operation. |
![]() | QueryStatusDeploy | Determines whether or not a deployment operation has completed successfully. |
![]() | Rollback | Alerts a deployment project that a deployment operation has failed. |
![]() | StartDeploy | Requests that a project begin a deployment operation. |
![]() | StopDeploy | Requests that a project stop a deployment operation. |
![]() | UnadviseDeployStatusCallback | Cancels the environment's registration to receive notifications of deployment status events. |
![]() | WaitDeploy | 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 CallersCalled by the environment when the user selects the deploy command.
