PublishEvents Interface

Definition

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

public interface class PublishEvents : EnvDTE80::_dispPublishEvents_Event, EnvDTE80::_PublishEvents
public interface class PublishEvents : EnvDTE80::_dispPublishEvents_Event, EnvDTE80::_PublishEvents
__interface PublishEvents : EnvDTE80::_dispPublishEvents_Event, EnvDTE80::_PublishEvents
[System.Runtime.InteropServices.CoClass(typeof(EnvDTE80.PublishEventsClass))]
[System.Runtime.InteropServices.Guid("827BE7DC-1817-4171-A8FF-AAB3854913BF")]
public interface PublishEvents : EnvDTE80._dispPublishEvents_Event, EnvDTE80._PublishEvents
[System.Runtime.InteropServices.CoClass(typeof(EnvDTE80.PublishEventsClass))]
[System.Runtime.InteropServices.Guid("827BE7DC-1817-4171-A8FF-AAB3854913BF")]
[System.Runtime.InteropServices.ComVisible(false)]
public interface PublishEvents : EnvDTE80._dispPublishEvents_Event, EnvDTE80._PublishEvents
[<System.Runtime.InteropServices.CoClass(typeof(EnvDTE80.PublishEventsClass))>]
[<System.Runtime.InteropServices.Guid("827BE7DC-1817-4171-A8FF-AAB3854913BF")>]
type PublishEvents = interface
    interface _PublishEvents
    interface _dispPublishEvents_Event
[<System.Runtime.InteropServices.CoClass(typeof(EnvDTE80.PublishEventsClass))>]
[<System.Runtime.InteropServices.Guid("827BE7DC-1817-4171-A8FF-AAB3854913BF")>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type PublishEvents = interface
    interface _PublishEvents
    interface _dispPublishEvents_Event
Public Interface PublishEvents
Implements _dispPublishEvents_Event, _PublishEvents
Derived
Attributes
Implements

Methods

add_OnPublishBegin(_dispPublishEvents_OnPublishBeginEventHandler) (Inherited from _dispPublishEvents_Event)
add_OnPublishDone(_dispPublishEvents_OnPublishDoneEventHandler) (Inherited from _dispPublishEvents_Event)
remove_OnPublishBegin(_dispPublishEvents_OnPublishBeginEventHandler) (Inherited from _dispPublishEvents_Event)
remove_OnPublishDone(_dispPublishEvents_OnPublishDoneEventHandler) (Inherited from _dispPublishEvents_Event)

Events

OnPublishBegin

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

(Inherited from _dispPublishEvents_Event)
OnPublishDone

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

(Inherited from _dispPublishEvents_Event)

Applies to