Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines methods for controlling and reporting on publication of a project. Implemented by the environment.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("279398E7-6FC1-40A2-9FB3-C321DB469E9B")> _
Public Interface IVsPublishableProjectStatusCallback
[InterfaceTypeAttribute()]
[GuidAttribute("279398E7-6FC1-40A2-9FB3-C321DB469E9B")]
public interface IVsPublishableProjectStatusCallback
[InterfaceTypeAttribute()]
[GuidAttribute(L"279398E7-6FC1-40A2-9FB3-C321DB469E9B")]
public interface class IVsPublishableProjectStatusCallback
[<InterfaceTypeAttribute()>]
[<GuidAttribute("279398E7-6FC1-40A2-9FB3-C321DB469E9B")>]
type IVsPublishableProjectStatusCallback = interface end
public interface IVsPublishableProjectStatusCallback
The IVsPublishableProjectStatusCallback type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
PublishBegin | |
![]() |
PublishEnd | |
![]() |
Tick |
Top