Events2.PublishEvents Property
Gets an object to comment to publishing events.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
ReadOnly Property PublishEvents As PublishEvents
PublishEvents PublishEvents { get; }
property PublishEvents^ PublishEvents {
PublishEvents^ get ();
}
abstract PublishEvents : PublishEvents with get
function get PublishEvents () : PublishEvents
Property Value
Type: EnvDTE80.PublishEvents
A PublishEvents object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.