PublishEventsClass Class

Definition

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.

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

public ref class PublishEventsClass : EnvDTE80::PublishEvents
public ref class PublishEventsClass
[Windows::Foundation::Metadata::WebHostHidden]
class PublishEventsClass : EnvDTE80::PublishEvents
[System.Runtime.InteropServices.ClassInterface(0)]
[System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE80._dispPublishEvents\0")]
[System.Runtime.InteropServices.Guid("045448EA-E8C1-4122-AC7B-D96D8E5C6E5B")]
[System.Runtime.InteropServices.TypeLibType(2)]
public class PublishEventsClass : EnvDTE80.PublishEvents
[System.Runtime.InteropServices.Guid("045448EA-E8C1-4122-AC7B-D96D8E5C6E5B")]
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE80._dispPublishEvents")]
[System.Runtime.InteropServices.ComVisible(false)]
public class PublishEventsClass
[<System.Runtime.InteropServices.ClassInterface(0)>]
[<System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE80._dispPublishEvents\0")>]
[<System.Runtime.InteropServices.Guid("045448EA-E8C1-4122-AC7B-D96D8E5C6E5B")>]
[<System.Runtime.InteropServices.TypeLibType(2)>]
type PublishEventsClass = class
    interface _PublishEvents
    interface PublishEvents
    interface _dispPublishEvents_Event
[<System.Runtime.InteropServices.Guid("045448EA-E8C1-4122-AC7B-D96D8E5C6E5B")>]
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE80._dispPublishEvents")>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type PublishEventsClass = class
Public Class PublishEventsClass
Implements PublishEvents
Public Class PublishEventsClass
Inheritance
PublishEventsClass
Attributes
Implements

Constructors

PublishEventsClass()

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

Microsoft Internal Use Only.

Methods

add_OnPublishBegin(_dispPublishEvents_OnPublishBeginEventHandler)
add_OnPublishDone(_dispPublishEvents_OnPublishDoneEventHandler)
remove_OnPublishBegin(_dispPublishEvents_OnPublishBeginEventHandler)
remove_OnPublishDone(_dispPublishEvents_OnPublishDoneEventHandler)

Events

OnPublishBegin

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

Event triggered when a publish operation is started.

OnPublishDone

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

Event triggered when a publish operation has ended.

Applies to