BackgroundBrushChangedEventArgs, constructeur
Initialise une nouvelle instance de BackgroundBrushChangedEventArgs.
Espace de noms : Microsoft.VisualStudio.Text.Editor
Assembly : Microsoft.VisualStudio.Text.UI.Wpf (dans Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntaxe
'Déclaration
Public Sub New ( _
newBackgroundBrush As Brush _
)
public BackgroundBrushChangedEventArgs(
Brush newBackgroundBrush
)
public:
BackgroundBrushChangedEventArgs(
Brush^ newBackgroundBrush
)
new :
newBackgroundBrush:Brush -> BackgroundBrushChangedEventArgs
public function BackgroundBrushChangedEventArgs(
newBackgroundBrush : Brush
)
Paramètres
newBackgroundBrush
Type : BrushNouvel élément Brush d'un objet IWpfTextView.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | newBackgroundBrush a la valeur null. |
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.