Proprietà _DTE.Events

Recupero di un riferimento all'oggetto Events.

Spazio dei nomi:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Sintassi

'Dichiarazione
ReadOnly Property Events As Events
Events Events { get; }
property Events^ Events {
    Events^ get ();
}
abstract Events : Events
function get Events () : Events

Valore proprietà

Tipo: EnvDTE.Events
Un oggetto Events.

Note

L'oggetto Events consente di accedere a tutti gli eventi nel modello estensibilità.

Esempi

Sub EventsExample()
  Dim findevt As FindEvents
  findevt = DTE.Events.FindEvents
End Sub

Sicurezza di .NET Framework

Vedere anche

Riferimenti

_DTE Interfaccia

Spazio dei nomi EnvDTE