Metodo _dispTextDocumentKeyPressEvents_Event.add_BeforeKeyPress
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
Sub add_BeforeKeyPress ( _
A_1 As _dispTextDocumentKeyPressEvents_BeforeKeyPressEventHandler _
)
void add_BeforeKeyPress(
_dispTextDocumentKeyPressEvents_BeforeKeyPressEventHandler A_1
)
void add_BeforeKeyPress(
_dispTextDocumentKeyPressEvents_BeforeKeyPressEventHandler^ A_1
)
abstract add_BeforeKeyPress :
A_1:_dispTextDocumentKeyPressEvents_BeforeKeyPressEventHandler -> unit
function add_BeforeKeyPress(
A_1 : _dispTextDocumentKeyPressEvents_BeforeKeyPressEventHandler
)
Parametri
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.