IVsDeployStatusCallback Interface

Definition

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

public interface class IVsDeployStatusCallback
public interface class IVsDeployStatusCallback
__interface IVsDeployStatusCallback
[System.Runtime.InteropServices.Guid("E9964F8D-5600-4623-B611-FF4007B22419")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsDeployStatusCallback
[System.Runtime.InteropServices.Guid("E9964F8D-5600-4623-B611-FF4007B22419")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsDeployStatusCallback
[<System.Runtime.InteropServices.Guid("E9964F8D-5600-4623-B611-FF4007B22419")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsDeployStatusCallback = interface
[<System.Runtime.InteropServices.Guid("E9964F8D-5600-4623-B611-FF4007B22419")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsDeployStatusCallback = interface
Public Interface IVsDeployStatusCallback
Attributes

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(IVsDeployStatusCallback, UInt32) method.

Notes to Callers

Called by deployment projects to report status during a deployment operation.

Methods

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.

Applies to