ColorBrushValueConverter.Convert Method (Color, Object, CultureInfo)
Microsoft internal use only.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
‘선언
Protected Overrides Function Convert ( _
colorObject As Color, _
parameter As Object, _
culture As CultureInfo _
) As SolidColorBrush
protected override SolidColorBrush Convert(
Color colorObject,
Object parameter,
CultureInfo culture
)
Parameters
- colorObject
Type: System.Windows.Media.Color
Microsoft internal use only.
- parameter
Type: System.Object
Microsoft internal use only.
- culture
Type: System.Globalization.CultureInfo
Microsoft internal use only.
Return Value
Type: System.Windows.Media.SolidColorBrush
Microsoft internal use only.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.