VCProjectEngineObjectClass.Events 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 the object that is the source of events that are fired by the project engine.
public:
virtual property System::Object ^ Events { System::Object ^ get(); };
public:
virtual property Platform::Object ^ Events { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(224)]
public virtual object Events { [System.Runtime.InteropServices.DispId(224)] get; }
[<System.Runtime.InteropServices.DispId(224)>]
[<get: System.Runtime.InteropServices.DispId(224)>]
member this.Events : obj
Public Overridable ReadOnly Property Events As Object
Property Value
The object that sourced the events.
Implements
- Attributes
Remarks
See VCProjectEngineEvents object for more information.
Do not instantiate VCProjectEngineObjectClass
. Instantiate VCProjectEngineObject
instead, as shown below:
Dim Engine As VCProjectEngine
Engine = New VCProjectEngineObject()