Classe TextContentChangedEventArgs
Fornece informações sobre uma transação de edição em um ITextBuffer.
Hierarquia de herança
Object
EventArgs
Microsoft.VisualStudio.Text.TextSnapshotChangedEventArgs
Microsoft.VisualStudio.Text.TextContentChangedEventArgs
Microsoft.VisualStudio.Text.Projection.ElisionSourceSpansChangedEventArgs
Microsoft.VisualStudio.Text.Projection.ProjectionSourceSpansChangedEventArgs
Namespace: Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (em Microsoft.VisualStudio.Text.Data.dll)
Sintaxe
'Declaração
Public Class TextContentChangedEventArgs _
Inherits TextSnapshotChangedEventArgs
public class TextContentChangedEventArgs : TextSnapshotChangedEventArgs
public ref class TextContentChangedEventArgs : public TextSnapshotChangedEventArgs
type TextContentChangedEventArgs =
class
inherit TextSnapshotChangedEventArgs
end
public class TextContentChangedEventArgs extends TextSnapshotChangedEventArgs
O tipo TextContentChangedEventArgs expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
TextContentChangedEventArgs | Inicializa uma nova instância de TextContentChangedEventArgs. |
Superior
Propriedades
Nome | Descrição | |
---|---|---|
After | Obtém o estado da ITextBuffer após a alteração. (Herdado de TextSnapshotChangedEventArgs.) | |
AfterVersion | Obtém o ITextVersionn associado After. (Herdado de TextSnapshotChangedEventArgs.) | |
Before | Obtém o estado da ITextBuffer antes da alteração ocorreu. (Herdado de TextSnapshotChangedEventArgs.) | |
BeforeVersion | Obtém o ITextVersion associados a Before. (Herdado de TextSnapshotChangedEventArgs.) | |
Changes | Obtém o conjunto de alterações que ocorreram. | |
EditTag | Obtém um objeto fornecido pelo iniciador das alterações. (Herdado de TextSnapshotChangedEventArgs.) | |
Options | Obtém as opções de edição que foram aplicadas para essa alteração. |
Superior
Métodos
Nome | Descriçã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 para eventos que incluem o seguinte:
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.