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 | |
---|---|---|
ThemeChangedEventArgs | Creates a new instance of the class with the specified message value. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Message | Gets or sets a theme message or name indicating a theme has changed. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Determina se l'oggetto specificato equivale all'oggetto corrente. (Ereditato da Object) | |
GetHashCode | Funge da funzione hash per un determinato tipo. (Ereditato da Object) | |
GetType | Ottiene l'oggetto Type dell'istanza corrente. (Ereditato da Object) | |
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.