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
'Déclaration
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
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
- 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.