Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- 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.