PublishEvents Interface

 

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

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

[GuidAttribute("827BE7DC-1817-4171-A8FF-AAB3854913BF")]
public interface PublishEvents : _PublishEvents, _dispPublishEvents_Event

NameDescription
System_CAPS_pubmethodadd_OnPublishBegin(_dispPublishEvents_OnPublishBeginEventHandler)

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.)

System_CAPS_pubmethodadd_OnPublishDone(_dispPublishEvents_OnPublishDoneEventHandler)

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.)

System_CAPS_pubmethodremove_OnPublishBegin(_dispPublishEvents_OnPublishBeginEventHandler)

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.)

System_CAPS_pubmethodremove_OnPublishDone(_dispPublishEvents_OnPublishDoneEventHandler)

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.)

NameDescription
System_CAPS_pubeventOnPublishBegin

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.)

System_CAPS_pubeventOnPublishDone

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.)

Return to top
Show: