Metodo CommandEventsClass.remove_AfterExecute
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 remove_AfterExecute ( _
A_1 As _dispCommandEvents_AfterExecuteEventHandler _
)
public virtual void remove_AfterExecute(
_dispCommandEvents_AfterExecuteEventHandler A_1
)
public:
virtual void remove_AfterExecute(
_dispCommandEvents_AfterExecuteEventHandler^ A_1
)
abstract remove_AfterExecute :
A_1:_dispCommandEvents_AfterExecuteEventHandler -> unit
override remove_AfterExecute :
A_1:_dispCommandEvents_AfterExecuteEventHandler -> unit
public function remove_AfterExecute(
A_1 : _dispCommandEvents_AfterExecuteEventHandler
)
Parametri
- A_1
Tipo: EnvDTE._dispCommandEvents_AfterExecuteEventHandler
Il gestore eventi.
Implementa
_dispCommandEvents_Event.remove_AfterExecute(_dispCommandEvents_AfterExecuteEventHandler)
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.