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

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("279398E7-6FC1-40A2-9FB3-C321DB469E9B")> _
Public Interface IVsPublishableProjectStatusCallback
‘사용 방법
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

See Also

Reference

IVsPublishableProjectStatusCallback Members

Microsoft.VisualStudio.Shell.Interop Namespace