Evento _dispTextDocumentKeyPressEvents_Event.BeforeKeyPress
Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.
Somente para uso interno da Microsoft.
Namespace: EnvDTE80
Assembly: EnvDTE80 (em EnvDTE80.dll)
Sintaxe
Event BeforeKeyPress As _dispTextDocumentKeyPressEvents_BeforeKeyPressEventHandler
Dim instance As _dispTextDocumentKeyPressEvents_Event
Dim handler As _dispTextDocumentKeyPressEvents_BeforeKeyPressEventHandler
AddHandler instance.BeforeKeyPress, handler
event _dispTextDocumentKeyPressEvents_BeforeKeyPressEventHandler BeforeKeyPress
event _dispTextDocumentKeyPressEvents_BeforeKeyPressEventHandler^ BeforeKeyPress {
void add (_dispTextDocumentKeyPressEvents_BeforeKeyPressEventHandler^ value);
void remove (_dispTextDocumentKeyPressEvents_BeforeKeyPressEventHandler^ value);
}
O JScript não oferece suporte a eventos.
Permissões
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de códigos parcialmente Confiável.
Consulte também
Referência
_dispTextDocumentKeyPressEvents_Event Interface