Compartilhar via


Classe TextDocumentKeyPressEventsClass

Esta classe oferece suporte à infra-estrutura do .NET Framework e não se destina a ser usada diretamente em seu código. Consulte TextDocumentKeyPressEvents para essa funcionalidade. Não criar uma instância dessa classe.

Hierarquia de herança

Object
  EnvDTE80.TextDocumentKeyPressEventsClass

Namespace:  EnvDTE80
Assembly:  EnvDTE80 (em EnvDTE80.dll)

Sintaxe

'Declaração
<ClassInterfaceAttribute()> _
<GuidAttribute("E7532A4E-AB9E-41DF-BB9A-7C764677E5C3")> _
Public Class TextDocumentKeyPressEventsClass _
    Implements _TextDocumentKeyPressEvents, TextDocumentKeyPressEvents, _dispTextDocumentKeyPressEvents_Event
[ClassInterfaceAttribute()]
[GuidAttribute("E7532A4E-AB9E-41DF-BB9A-7C764677E5C3")]
public class TextDocumentKeyPressEventsClass : _TextDocumentKeyPressEvents, 
    TextDocumentKeyPressEvents, _dispTextDocumentKeyPressEvents_Event
[ClassInterfaceAttribute()]
[GuidAttribute(L"E7532A4E-AB9E-41DF-BB9A-7C764677E5C3")]
public ref class TextDocumentKeyPressEventsClass : _TextDocumentKeyPressEvents, 
    TextDocumentKeyPressEvents, _dispTextDocumentKeyPressEvents_Event
[<ClassInterfaceAttribute()>]
[<GuidAttribute("E7532A4E-AB9E-41DF-BB9A-7C764677E5C3")>]
type TextDocumentKeyPressEventsClass =  
    class 
        interface _TextDocumentKeyPressEvents 
        interface TextDocumentKeyPressEvents 
        interface _dispTextDocumentKeyPressEvents_Event 
    end
public class TextDocumentKeyPressEventsClass implements _TextDocumentKeyPressEvents, TextDocumentKeyPressEvents, _dispTextDocumentKeyPressEvents_Event

O tipo TextDocumentKeyPressEventsClass expõe os membros a seguir.

Construtores

  Nome Descrição
Método público TextDocumentKeyPressEventsClass Infraestrutura. Somente para uso interno da Microsoft.

Superior

Métodos

  Nome Descrição
Método público add_AfterKeyPress Infraestrutura. Somente para uso interno da Microsoft.
Método público add_BeforeKeyPress Infraestrutura. Somente para uso interno da Microsoft.
Método público Equals Determines whether the specified object is equal to the current object. (Herdado de Object.)
Método protegido Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Herdado de Object.)
Método público GetHashCode Serves as the default hash function. (Herdado de Object.)
Método público GetType Gets the Type of the current instance. (Herdado de Object.)
Método protegido MemberwiseClone Creates a shallow copy of the current Object. (Herdado de Object.)
Método público remove_AfterKeyPress Infraestrutura. Somente para uso interno da Microsoft.
Método público remove_BeforeKeyPress Infraestrutura. Somente para uso interno da Microsoft.
Método público ToString Returns a string that represents the current object. (Herdado de Object.)

Superior

Eventos

  Nome Descrição
Evento público AfterKeyPress Gerado depois que tiver sido manipulado um pressionamento de tecla e o editor processou o texto digitado.
Evento público BeforeKeyPress Gerado para todos os pressionamentos de teclas que adicionar ou remover caracteres no Editor de texto.

Superior

Acesso thread-safe

Quaisquer membros estático (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.

Consulte também

Referência

Namespace EnvDTE80