_dispPublishEvents_Event Interface

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

Microsoft Internal Use Only.

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

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Interface _dispPublishEvents_Event
[ComVisibleAttribute(false)]
public interface _dispPublishEvents_Event
[ComVisibleAttribute(false)]
public interface class _dispPublishEvents_Event
[<ComVisibleAttribute(false)>]
type _dispPublishEvents_Event =  interface end
public interface _dispPublishEvents_Event

The _dispPublishEvents_Event type exposes the following members.

Methods

  Name Description
Public method add_OnPublishBegin Infrastructure. Microsoft Internal Use Only.
Public method add_OnPublishDone Infrastructure. Microsoft Internal Use Only.
Public method remove_OnPublishBegin Infrastructure. Microsoft Internal Use Only.
Public method remove_OnPublishDone Infrastructure. Microsoft Internal Use Only.

Top

Events

  Name Description
Public event OnPublishBegin Infrastructure. Microsoft Internal Use Only.
Public event OnPublishDone Infrastructure. Microsoft Internal Use Only.

Top

See Also

Reference

EnvDTE80 Namespace