Construtor BackgroundBrushChangedEventArgs
Inicializa uma nova instância de um BackgroundBrushChangedEventArgs.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (em Microsoft.VisualStudio.Text.UI.Wpf.dll)
Sintaxe
'Declaração
Public Sub New ( _
newBackgroundBrush As Brush _
)
public BackgroundBrushChangedEventArgs(
Brush newBackgroundBrush
)
public:
BackgroundBrushChangedEventArgs(
Brush^ newBackgroundBrush
)
new :
newBackgroundBrush:Brush -> BackgroundBrushChangedEventArgs
public function BackgroundBrushChangedEventArgs(
newBackgroundBrush : Brush
)
Parâmetros
newBackgroundBrush
Tipo: BrushThe new Brush for an IWpfTextView.
Exceções
Exceção | Condição |
---|---|
ArgumentNullException | newBackgroundBrushé nulo. |
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.