Classe BackgroundBrushChangedEventArgs
fornisce informazioni per BackgroundBrushChanged evento.
Gerarchia di ereditarietà
Object
EventArgs
Microsoft.VisualStudio.Text.Editor.BackgroundBrushChangedEventArgs
Spazio dei nomi: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Sintassi
'Dichiarazione
Public Class BackgroundBrushChangedEventArgs _
Inherits EventArgs
public class BackgroundBrushChangedEventArgs : EventArgs
public ref class BackgroundBrushChangedEventArgs : public EventArgs
type BackgroundBrushChangedEventArgs =
class
inherit EventArgs
end
public class BackgroundBrushChangedEventArgs extends EventArgs
Il tipo BackgroundBrushChangedEventArgs espone i seguenti membri.
Costruttori
Nome | Descrizione | |
---|---|---|
BackgroundBrushChangedEventArgs | Inizializza una nuova istanza di un oggetto BackgroundBrushChangedEventArgs. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
NewBackgroundBrush | ottiene il nuovo Brush per IWpfTextView. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Determina se l'oggetto specificato è uguale all'oggetto corrente. (Ereditato da Object) | |
Finalize | Consente a un oggetto di effettuare un tentativo di liberare risorse ed eseguire altre operazioni di pulizia prima che venga recuperato da Garbage Collection. (Ereditato da Object) | |
GetHashCode | Funge da funzione hash predefinita. (Ereditato da Object) | |
GetType | Ottiene l'oggetto Type dell'istanza corrente. (Ereditato da Object) | |
MemberwiseClone | Crea una copia superficiale dell'oggetto Object 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.