Compartilhar via


Método TextDocumentKeyPressEventsClass.remove_AfterKeyPress

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_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
)

Parâmetros

Implementações

_dispTextDocumentKeyPressEvents_Event.remove_AfterKeyPress(_dispTextDocumentKeyPressEvents_AfterKeyPressEventHandler)

Segurança do .NET Framework

Consulte também

Referência

TextDocumentKeyPressEventsClass Classe

Namespace EnvDTE80