IVsDeployStatusCallback Interface
Visual Studio 2015
Enables the environment to receive notifications about the status of a deployment operation.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | OnEndDeploy(Int32) | Notifies the environment that a deployment operation has ended. |
![]() | OnQueryContinueDeploy(Int32) | Notifies the environment that a deployment operation is in progress. |
![]() | OnStartDeploy(Int32) | Notifies the environment that a deployment operation has begun. |
Notes to Implementers:
Implemented by the environment so that it can receive notifications of the status of a deployment operation. The environment registers for notification with a particular configuration by calling its AdviseDeployStatusCallback method.
Notes to Callers:
Called by deployment projects to report status during a deployment operation.
Show:
