Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 | Notifies the environment that a publishing operation has begun. |
![]() |
PublishEnd | Notifies the environment that a publishing operation has ended. |
![]() |
Tick | Notifies the environment that a publishing operation is in progress. |
Top
.gif)