BrushToColorConverter.Convert, méthode (Brush, Object, CultureInfo)
Converts the specified brush to a color.
Espace de noms : Microsoft.VisualStudio.PlatformUI
Assembly : Microsoft.VisualStudio.Shell.11.0 (dans Microsoft.VisualStudio.Shell.11.0.dll)
Syntaxe
'Déclaration
Protected Overrides Function Convert ( _
value As Brush, _
parameter As Object, _
culture As CultureInfo _
) As Color
protected override Color Convert(
Brush value,
Object parameter,
CultureInfo culture
)
Paramètres
- value
Type : System.Windows.Media.Brush
The value of the brush.
- parameter
Type : System.Object
Parameter used by the brush.
- culture
Type : System.Globalization.CultureInfo
Culture of the brush.
Valeur de retour
Type : System.Windows.Media.Color
Returns the color of the brush.
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, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.