Classe GraphBuffersChangedEventArgs
Informações fornecidas para um GraphBuffersChanged evento.
Hierarquia de herança
Object
EventArgs
Microsoft.VisualStudio.Text.Projection.GraphBuffersChangedEventArgs
Namespace: Microsoft.VisualStudio.Text.Projection
Assembly: Microsoft.VisualStudio.Text.Data (em Microsoft.VisualStudio.Text.Data.dll)
Sintaxe
'Declaração
Public Class GraphBuffersChangedEventArgs _
Inherits EventArgs
public class GraphBuffersChangedEventArgs : EventArgs
public ref class GraphBuffersChangedEventArgs : public EventArgs
type GraphBuffersChangedEventArgs =
class
inherit EventArgs
end
public class GraphBuffersChangedEventArgs extends EventArgs
O tipo GraphBuffersChangedEventArgs expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
![]() |
GraphBuffersChangedEventArgs | Inicializa uma nova instância de GraphBuffersChangedEventArgs com os buffers fornecidos. |
Superior
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
AddedBuffers | Obtém a lista de ITextBuffer os objetos que foram adicionados para o IBufferGraph. |
![]() |
RemovedBuffers | Obtém a lista de ITextBuffer objetos que foram removidos do IBufferGraph. |
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.