Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
<InterfaceTypeAttribute()> _
<GuidAttribute("A0B40B93-9311-410F-B210-1F65BAFB0E27")> _
Public Interface _dispPublishEvents
[InterfaceTypeAttribute()]
[GuidAttribute("A0B40B93-9311-410F-B210-1F65BAFB0E27")]
public interface _dispPublishEvents
[InterfaceTypeAttribute()]
[GuidAttribute(L"A0B40B93-9311-410F-B210-1F65BAFB0E27")]
public interface class _dispPublishEvents
[<InterfaceTypeAttribute()>]
[<GuidAttribute("A0B40B93-9311-410F-B210-1F65BAFB0E27")>]
type _dispPublishEvents = interface end
public interface _dispPublishEvents
The _dispPublishEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
OnPublishBegin | Infrastructure. Microsoft Internal Use Only. |
![]() |
OnPublishDone | Infrastructure. Microsoft Internal Use Only. |
Top