Método TextDocumentKeyPressEventsClass.remove_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
'Declaração
Public Overridable Sub remove_BeforeKeyPress ( _
A_1 As _dispTextDocumentKeyPressEvents_BeforeKeyPressEventHandler _
)
public virtual void remove_BeforeKeyPress(
_dispTextDocumentKeyPressEvents_BeforeKeyPressEventHandler A_1
)
public:
virtual void remove_BeforeKeyPress(
_dispTextDocumentKeyPressEvents_BeforeKeyPressEventHandler^ A_1
)
abstract remove_BeforeKeyPress :
A_1:_dispTextDocumentKeyPressEvents_BeforeKeyPressEventHandler -> unit
override remove_BeforeKeyPress :
A_1:_dispTextDocumentKeyPressEvents_BeforeKeyPressEventHandler -> unit
public function remove_BeforeKeyPress(
A_1 : _dispTextDocumentKeyPressEvents_BeforeKeyPressEventHandler
)
Parâmetros
Implementações
Segurança do .NET Framework
- 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ódigo parcialmente confiáveis.