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 | |
---|---|---|
TextDocumentKeyPressEventsClass | Infraestrutura. Somente para uso interno da Microsoft. |
Superior
Métodos
Nome | Descrição | |
---|---|---|
add_AfterKeyPress | Infraestrutura. Somente para uso interno da Microsoft. | |
add_BeforeKeyPress | Infraestrutura. Somente para uso interno da Microsoft. | |
Equals | Determines whether the specified object is equal to the current object. (Herdado de Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Herdado de Object.) | |
GetHashCode | Serves as the default hash function. (Herdado de Object.) | |
GetType | Gets the Type of the current instance. (Herdado de Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Herdado de Object.) | |
remove_AfterKeyPress | Infraestrutura. Somente para uso interno da Microsoft. | |
remove_BeforeKeyPress | Infraestrutura. Somente para uso interno da Microsoft. | |
ToString | Returns a string that represents the current object. (Herdado de Object.) |
Superior
Eventos
Nome | Descrição | |
---|---|---|
AfterKeyPress | Gerado depois que tiver sido manipulado um pressionamento de tecla e o editor processou o texto digitado. | |
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.