VCProjectEngineObjectClass::Events Property
Visual Studio 2015
Gets the object that is the source of events that are fired by the project engine.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Implements
VCProjectEngine::EventsSee VCProjectEngineEvents object for more information.
Do not instantiate VCProjectEngineObjectClass. Instantiate VCProjectEngineObject instead, as shown below:
Dim Engine As VCProjectEngine Engine = New VCProjectEngineObject()
Show: