Metodo _dispCommandEvents_Event.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
Sub remove_AfterExecute ( _
A_1 As _dispCommandEvents_AfterExecuteEventHandler _
)
void remove_AfterExecute(
_dispCommandEvents_AfterExecuteEventHandler A_1
)
void remove_AfterExecute(
_dispCommandEvents_AfterExecuteEventHandler^ A_1
)
abstract remove_AfterExecute :
A_1:_dispCommandEvents_AfterExecuteEventHandler -> unit
function remove_AfterExecute(
A_1 : _dispCommandEvents_AfterExecuteEventHandler
)
Parametri
A_1
Tipo: EnvDTE._dispCommandEvents_AfterExecuteEventHandlerIl gestore eventi.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.