IVsDeployStatusCallback Interface

 

Enables the environment to receive notifications about the status of a deployment operation.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[GuidAttribute("E9964F8D-5600-4623-B611-FF4007B22419")]
[InterfaceTypeAttribute(1)]
public interface IVsDeployStatusCallback

NameDescription
System_CAPS_pubmethodOnEndDeploy(Int32)

Notifies the environment that a deployment operation has ended.

System_CAPS_pubmethodOnQueryContinueDeploy(Int32)

Notifies the environment that a deployment operation is in progress.

System_CAPS_pubmethodOnStartDeploy(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.

Return to top
Show: