Events2.PublishEvents Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an object to comment to publishing events.
public:
property EnvDTE80::PublishEvents ^ PublishEvents { EnvDTE80::PublishEvents ^ get(); };
public:
property EnvDTE80::PublishEvents ^ PublishEvents { EnvDTE80::PublishEvents ^ get(); };
[System.Runtime.InteropServices.DispId(407)]
public EnvDTE80.PublishEvents PublishEvents { [System.Runtime.InteropServices.DispId(407)] get; }
[<System.Runtime.InteropServices.DispId(407)>]
[<get: System.Runtime.InteropServices.DispId(407)>]
member this.PublishEvents : EnvDTE80.PublishEvents
Public ReadOnly Property PublishEvents As PublishEvents
Property Value
A PublishEvents object.
- Attributes