Compartilhar via


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

_dispTextDocumentKeyPressEvents_Event.remove_BeforeKeyPress(_dispTextDocumentKeyPressEvents_BeforeKeyPressEventHandler)

Segurança do .NET Framework

Consulte também

Referência

TextDocumentKeyPressEventsClass Classe

Namespace EnvDTE80