Classe ProjectionSourceBuffersChangedEventArgs
Fornece informações sobre como uma transação de edição em um IProjectionBuffer em que o conjunto de origem ITextBuffer objetos mudou.
Hierarquia de herança
Object
EventArgs
Microsoft.VisualStudio.Text.TextSnapshotChangedEventArgs
Microsoft.VisualStudio.Text.TextContentChangedEventArgs
Microsoft.VisualStudio.Text.Projection.ProjectionSourceSpansChangedEventArgs
Microsoft.VisualStudio.Text.Projection.ProjectionSourceBuffersChangedEventArgs
Namespace: Microsoft.VisualStudio.Text.Projection
Assembly: Microsoft.VisualStudio.Text.Data (em Microsoft.VisualStudio.Text.Data.dll)
Sintaxe
'Declaração
Public Class ProjectionSourceBuffersChangedEventArgs _
Inherits ProjectionSourceSpansChangedEventArgs
public class ProjectionSourceBuffersChangedEventArgs : ProjectionSourceSpansChangedEventArgs
public ref class ProjectionSourceBuffersChangedEventArgs : public ProjectionSourceSpansChangedEventArgs
type ProjectionSourceBuffersChangedEventArgs =
class
inherit ProjectionSourceSpansChangedEventArgs
end
public class ProjectionSourceBuffersChangedEventArgs extends ProjectionSourceSpansChangedEventArgs
O tipo ProjectionSourceBuffersChangedEventArgs expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
![]() |
ProjectionSourceBuffersChangedEventArgs | Inicializa uma nova instância de um ProjectionSourceBuffersChangedEventArgs objeto. |
Superior
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
AddedBuffers | Obtém os buffers de origem que foram adicionados para o buffer de projeção. |
![]() |
After | Obtém o estado da IProjectionBuffer após a alteração ocorreu. (Herdado de ProjectionSourceSpansChangedEventArgs.) |
![]() |
AfterVersion | Obtém o ITextVersionn associado After. (Herdado de TextSnapshotChangedEventArgs.) |
![]() |
Before | Obtém o estado da IProjectionBuffer antes da alteração ocorreu. (Herdado de ProjectionSourceSpansChangedEventArgs.) |
![]() |
BeforeVersion | Obtém o ITextVersion associados a Before. (Herdado de TextSnapshotChangedEventArgs.) |
![]() |
Changes | Obtém o conjunto de alterações que ocorreram. (Herdado de TextContentChangedEventArgs.) |
![]() |
DeletedSpans | Obtém o conjunto de extensões de origem que foram excluídos do IProjectionBuffer por isso Editar transação. (Herdado de ProjectionSourceSpansChangedEventArgs.) |
![]() |
EditTag | Obtém um objeto fornecido pelo iniciador das alterações. (Herdado de TextSnapshotChangedEventArgs.) |
![]() |
InsertedSpans | Obtém o conjunto de extensões de origem que foram inseridos no IProjectionBuffer por isso Editar transação. (Herdado de ProjectionSourceSpansChangedEventArgs.) |
![]() |
Options | Obtém as opções de edição que foram aplicadas para essa alteração. (Herdado de TextContentChangedEventArgs.) |
![]() |
RemovedBuffers | Obtém os buffers de origem que foram removidos e não mais extensões para o buffer de projeção do contribute. |
![]() |
SpanPosition | Obtém a posição na lista de origem abrange no qual ocorreu a alteração. (Herdado de ProjectionSourceSpansChangedEventArgs.) |
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
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.