Metodo CommandEventsClass.add_BeforeExecute
Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.
Solo per utilizzo interno di Microsoft.
Spazio dei nomi: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Sintassi
'Dichiarazione
Public Overridable Sub add_BeforeExecute ( _
A_1 As _dispCommandEvents_BeforeExecuteEventHandler _
)
public virtual void add_BeforeExecute(
_dispCommandEvents_BeforeExecuteEventHandler A_1
)
public:
virtual void add_BeforeExecute(
_dispCommandEvents_BeforeExecuteEventHandler^ A_1
)
abstract add_BeforeExecute :
A_1:_dispCommandEvents_BeforeExecuteEventHandler -> unit
override add_BeforeExecute :
A_1:_dispCommandEvents_BeforeExecuteEventHandler -> unit
public function add_BeforeExecute(
A_1 : _dispCommandEvents_BeforeExecuteEventHandler
)
Parametri
- A_1
Tipo: EnvDTE._dispCommandEvents_BeforeExecuteEventHandler
Il gestore eventi.
Implementa
_dispCommandEvents_Event.add_BeforeExecute(_dispCommandEvents_BeforeExecuteEventHandler)
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.