_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
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

See Also

Reference

_DTE Interface

EnvDTE Namespace