_DTE.Events Property
Gets a reference to the Events object.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.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 = DTE.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.