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)

public:
property Object^ Events {
	virtual Object^ get();
}

Property Value

Type: System::Object^

The object that sourced the events.

See VCProjectEngineEvents object for more information.

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

Dim Engine As VCProjectEngine
Engine = New VCProjectEngineObject()
Return to top
Show: