IVsDeployStatusCallback Interface
Visual Studio 2005
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)
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)
[GuidAttribute("E9964F8D-5600-4623-B611-FF4007B22419")] [InterfaceTypeAttribute(1)] public interface IVsDeployStatusCallback
/** @attribute GuidAttribute("E9964F8D-5600-4623-B611-FF4007B22419") */
/** @attribute InterfaceTypeAttribute(1) */
public interface IVsDeployStatusCallback
GuidAttribute("E9964F8D-5600-4623-B611-FF4007B22419") InterfaceTypeAttribute(1) public interface IVsDeployStatusCallback
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.