VCProjectEngineObjectClass.Events Property

Gets the object that is the source of events that are fired by the project engine.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property Events As Object
    Get
public virtual Object Events { get; }
public:
virtual property Object^ Events {
    Object^ get ();
}
abstract Events : Object
override Events : Object
function get Events () : Object

Property Value

Type: System.Object
The object that sourced the events.

Implements

VCProjectEngine.Events

Remarks

See VCProjectEngineEvents object for more information.

Do not instantiate VCProjectEngineObjectClass. Instantiate VCProjectEngineObject instead, as shown below:

Dim Engine As VCProjectEngine
Engine = New VCProjectEngineObject()

.NET Framework Security

See Also

Reference

VCProjectEngineObjectClass Class

Microsoft.VisualStudio.VCProjectEngine Namespace