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 | |
---|---|---|
add_OnPublishBegin | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispPublishEvents_Event.) | |
add_OnPublishDone | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispPublishEvents_Event.) | |
remove_OnPublishBegin | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispPublishEvents_Event.) | |
remove_OnPublishDone | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispPublishEvents_Event.) |
Top
Events
Name | Description | |
---|---|---|
OnPublishBegin | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispPublishEvents_Event.) | |
OnPublishDone | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispPublishEvents_Event.) |
Top