Costruttore BackgroundBrushChangedEventArgs
Inizializza una nuova istanza di un oggetto BackgroundBrushChangedEventArgs.
Spazio dei nomi: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
newBackgroundBrush As Brush _
)
public BackgroundBrushChangedEventArgs(
Brush newBackgroundBrush
)
public:
BackgroundBrushChangedEventArgs(
Brush^ newBackgroundBrush
)
new :
newBackgroundBrush:Brush -> BackgroundBrushChangedEventArgs
public function BackgroundBrushChangedEventArgs(
newBackgroundBrush : Brush
)
Parametri
newBackgroundBrush
Tipo: Brushil nuovo Brush per IWpfTextView.
Eccezioni
Eccezione | Condizione |
---|---|
ArgumentNullException | newBackgroundBrush è null. |
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.