IVsPublishableProjectStatusCallback Interface
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
'Declaración
<InterfaceTypeAttribute()> _
<GuidAttribute("279398E7-6FC1-40A2-9FB3-C321DB469E9B")> _
Public Interface IVsPublishableProjectStatusCallback
'Uso
Dim instance As 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