Share via


Classe ThemeChangedEventArgs

Contains arguments for the event fired when the theme is changed.

Gerarchia di ereditarietà

System.Object
  System.EventArgs
    Microsoft.VisualStudio.PlatformUI.ThemeChangedEventArgs

Spazio dei nomi:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class ThemeChangedEventArgs _
    Inherits EventArgs
public sealed class ThemeChangedEventArgs : EventArgs

Il tipo ThemeChangedEventArgs espone i seguenti membri.

Costruttori

  Nome Descrizione
Metodo pubblico ThemeChangedEventArgs Creates a new instance of the class with the specified message value.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Message Gets or sets a theme message or name indicating a theme has changed.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Determina se l'oggetto specificato equivale all'oggetto corrente. (Ereditato da Object)
Metodo pubblico GetHashCode Funge da funzione hash per un determinato tipo. (Ereditato da Object)
Metodo pubblico GetType Ottiene l'oggetto Type dell'istanza corrente. (Ereditato da Object)
Metodo pubblico ToString Restituisce una stringa che rappresenta l'oggetto corrente. (Ereditato da Object)

In alto

Codice thread safe

Qualsiasi membro static (Shared in Visual Basic) pubblico di questo tipo è thread-safe. I membri di istanza non sono garantiti come thread-safe.

Vedere anche

Riferimenti

Spazio dei nomi Microsoft.VisualStudio.PlatformUI