Metodo TextDocumentKeyPressEventsClass.remove_AfterKeyPress
Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.
Solo per utilizzo interno di Microsoft.
Spazio dei nomi: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Sintassi
'Dichiarazione
Public Overridable Sub remove_AfterKeyPress ( _
A_1 As _dispTextDocumentKeyPressEvents_AfterKeyPressEventHandler _
)
public virtual void remove_AfterKeyPress(
_dispTextDocumentKeyPressEvents_AfterKeyPressEventHandler A_1
)
public:
virtual void remove_AfterKeyPress(
_dispTextDocumentKeyPressEvents_AfterKeyPressEventHandler^ A_1
)
abstract remove_AfterKeyPress :
A_1:_dispTextDocumentKeyPressEvents_AfterKeyPressEventHandler -> unit
override remove_AfterKeyPress :
A_1:_dispTextDocumentKeyPressEvents_AfterKeyPressEventHandler -> unit
public function remove_AfterKeyPress(
A_1 : _dispTextDocumentKeyPressEvents_AfterKeyPressEventHandler
)
Parametri
Implementa
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.