Metodo _dispDebuggerEvents_Event.remove_OnContextChanged
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_OnContextChanged ( _
A_1 As _dispDebuggerEvents_OnContextChangedEventHandler _
)
void remove_OnContextChanged(
_dispDebuggerEvents_OnContextChangedEventHandler A_1
)
void remove_OnContextChanged(
_dispDebuggerEvents_OnContextChangedEventHandler^ A_1
)
abstract remove_OnContextChanged :
A_1:_dispDebuggerEvents_OnContextChangedEventHandler -> unit
function remove_OnContextChanged(
A_1 : _dispDebuggerEvents_OnContextChangedEventHandler
)
Parametri
A_1
Tipo: EnvDTE._dispDebuggerEvents_OnContextChangedEventHandlerIl 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.