IVsPublishableProjectStatusCallback Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines methods for controlling and reporting on publication of a project. Implemented by the environment.
public interface class IVsPublishableProjectStatusCallback
public interface class IVsPublishableProjectStatusCallback
__interface IVsPublishableProjectStatusCallback
[System.Runtime.InteropServices.Guid("279398E7-6FC1-40A2-9FB3-C321DB469E9B")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsPublishableProjectStatusCallback
[<System.Runtime.InteropServices.Guid("279398E7-6FC1-40A2-9FB3-C321DB469E9B")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsPublishableProjectStatusCallback = interface
Public Interface IVsPublishableProjectStatusCallback
- Attributes
Methods
PublishBegin(Int32) |
Notifies the environment that a publishing operation has begun. |
PublishEnd(Int32) |
Notifies the environment that a publishing operation has ended. |
Tick(Int32) |
Notifies the environment that a publishing operation is in progress. |