Classe TextContentChangingEventArgs
Fornece informações sobre uma futura edição de transação em umITextBuffer
Hierarquia de herança
Object
EventArgs
Microsoft.VisualStudio.Text.TextContentChangingEventArgs
Namespace: Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (em Microsoft.VisualStudio.Text.Data.dll)
Sintaxe
'Declaração
Public Class TextContentChangingEventArgs _
Inherits EventArgs
public class TextContentChangingEventArgs : EventArgs
public ref class TextContentChangingEventArgs : public EventArgs
type TextContentChangingEventArgs =
class
inherit EventArgs
end
public class TextContentChangingEventArgs extends EventArgs
O tipo TextContentChangingEventArgs expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
![]() |
TextContentChangingEventArgs | Inicializa uma nova instância de TextContentChangingEventArgs a serem passadas durante um evento de alteração. |
Superior
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
Before | Obtém o mais recente ITextSnapshot antes da alteração. |
![]() |
BeforeVersion | Obtém o ITextVersion associados a Before. |
![]() |
Canceled | Determina se a transação de edição foi cancelada. |
![]() |
EditTag | Obtém um objeto fornecido pelo iniciador das alterações. |
Superior
Métodos
Nome | Descrição | |
---|---|---|
![]() |
Cancel | Cancela a transação de edição. |
![]() |
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.) |
![]() |
ToString | Returns a string that represents the current object. (Herdado de Object.) |
Superior
Comentários
Essa classe fornece informações sobre eventos, como Changing.
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.