PublishEventsClass Class

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

This class supports the .NET Framework infrastructure and is not intended to be used directly from your code. Refer to PublishEvents for this functionality. Do not instantiate from this class.

Inheritance Hierarchy

Object
  EnvDTE80.PublishEventsClass

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

Syntax

'Declaration
<GuidAttribute("045448EA-E8C1-4122-AC7B-D96D8E5C6E5B")> _
<ClassInterfaceAttribute()> _
Public Class PublishEventsClass _
    Implements _PublishEvents, PublishEvents, _dispPublishEvents_Event
[GuidAttribute("045448EA-E8C1-4122-AC7B-D96D8E5C6E5B")]
[ClassInterfaceAttribute()]
public class PublishEventsClass : _PublishEvents, 
    PublishEvents, _dispPublishEvents_Event
[GuidAttribute(L"045448EA-E8C1-4122-AC7B-D96D8E5C6E5B")]
[ClassInterfaceAttribute()]
public ref class PublishEventsClass : _PublishEvents, 
    PublishEvents, _dispPublishEvents_Event
[<GuidAttribute("045448EA-E8C1-4122-AC7B-D96D8E5C6E5B")>]
[<ClassInterfaceAttribute()>]
type PublishEventsClass =  
    class 
        interface _PublishEvents 
        interface PublishEvents 
        interface _dispPublishEvents_Event 
    end
public class PublishEventsClass implements _PublishEvents, PublishEvents, _dispPublishEvents_Event

The PublishEventsClass type exposes the following members.

Constructors

  Name Description
Public method PublishEventsClass Infrastructure. Microsoft Internal Use Only.

Top

Methods

  Name Description
Public method add_OnPublishBegin Infrastructure. Microsoft Internal Use Only.
Public method add_OnPublishDone Infrastructure. Microsoft Internal Use Only.
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method remove_OnPublishBegin Infrastructure. Microsoft Internal Use Only.
Public method remove_OnPublishDone Infrastructure. Microsoft Internal Use Only.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Events

  Name Description
Public event OnPublishBegin Event triggered when a publish operation is started.
Public event OnPublishDone Event triggered when a publish operation has ended.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

EnvDTE80 Namespace