Classe OutliningEnabledEventArgs
Fornece informações sobre como o OutliningEnabledChanged evento.
Hierarquia de herança
Object
EventArgs
Microsoft.VisualStudio.Text.Outlining.OutliningEnabledEventArgs
Namespace: Microsoft.VisualStudio.Text.Outlining
Assembly: Microsoft.VisualStudio.Text.UI (em Microsoft.VisualStudio.Text.UI.dll)
Sintaxe
'Declaração
Public Class OutliningEnabledEventArgs _
Inherits EventArgs
public class OutliningEnabledEventArgs : EventArgs
public ref class OutliningEnabledEventArgs : public EventArgs
type OutliningEnabledEventArgs =
class
inherit EventArgs
end
public class OutliningEnabledEventArgs extends EventArgs
O tipo OutliningEnabledEventArgs expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
![]() |
OutliningEnabledEventArgs | Inicializa uma nova instância de OutliningEnabledEventArgs para a alteração especificada. |
Superior
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
Enabled | Determina se estrutura de tópicos foi habilitada ou desabilitada. |
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
O evento é disparado quando a estrutura de tópicos foi habilitada ou desabilitada.
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.