PublishEvents Interface

Use this object for functionality and refer to PublishEventsClass for this object's documentation.

Namespace:  EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

Syntax

'Declaration
<GuidAttribute("827BE7DC-1817-4171-A8FF-AAB3854913BF")> _
Public Interface PublishEvents _
    Inherits _PublishEvents, _dispPublishEvents_Event
[GuidAttribute("827BE7DC-1817-4171-A8FF-AAB3854913BF")]
public interface PublishEvents : _PublishEvents, 
    _dispPublishEvents_Event
[GuidAttribute(L"827BE7DC-1817-4171-A8FF-AAB3854913BF")]
public interface class PublishEvents : _PublishEvents, 
    _dispPublishEvents_Event
[<GuidAttribute("827BE7DC-1817-4171-A8FF-AAB3854913BF")>]
type PublishEvents =  
    interface
        interface _PublishEvents
        interface _dispPublishEvents_Event
    end
public interface PublishEvents extends _PublishEvents, _dispPublishEvents_Event

The PublishEvents type exposes the following members.

Methods

  Name Description
Public method add_OnPublishBegin Infrastructure. Microsoft Internal Use Only. (Inherited from _dispPublishEvents_Event.)
Public method add_OnPublishDone Infrastructure. Microsoft Internal Use Only. (Inherited from _dispPublishEvents_Event.)
Public method remove_OnPublishBegin Infrastructure. Microsoft Internal Use Only. (Inherited from _dispPublishEvents_Event.)
Public method remove_OnPublishDone Infrastructure. Microsoft Internal Use Only. (Inherited from _dispPublishEvents_Event.)

Top

Events

  Name Description
Public event OnPublishBegin Infrastructure. Microsoft Internal Use Only. (Inherited from _dispPublishEvents_Event.)
Public event OnPublishDone Infrastructure. Microsoft Internal Use Only. (Inherited from _dispPublishEvents_Event.)

Top

See Also

Reference

EnvDTE80 Namespace