DTE2.Events Property
Gets a reference to the Events object.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
ReadOnly Property Events As Events
Events Events { get; }
property Events^ Events {
Events^ get ();
}
abstract Events : Events with get
function get Events () : Events
Property Value
Type: EnvDTE.Events
A Events object.
Remarks
The Events object gives you access to all events in the extensibility model.
Examples
Sub EventsExample()
Dim findevt As FindEvents
findevt = DTE2.Events.FindEvents
End Sub
.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.