Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft internal use only.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Protected Overrides Function Convert ( _
inputImage As ImageSource, _
backgroundColor As Color, _
isEnabled As Boolean, _
parameter As Object, _
culture As CultureInfo _
) As ImageSource
protected override ImageSource Convert(
ImageSource inputImage,
Color backgroundColor,
bool isEnabled,
Object parameter,
CultureInfo culture
)
protected:
virtual ImageSource^ Convert(
ImageSource^ inputImage,
Color backgroundColor,
bool isEnabled,
Object^ parameter,
CultureInfo^ culture
) override
abstract Convert :
inputImage:ImageSource *
backgroundColor:Color *
isEnabled:bool *
parameter:Object *
culture:CultureInfo -> ImageSource
override Convert :
inputImage:ImageSource *
backgroundColor:Color *
isEnabled:bool *
parameter:Object *
culture:CultureInfo -> ImageSource
protected override function Convert(
inputImage : ImageSource,
backgroundColor : Color,
isEnabled : boolean,
parameter : Object,
culture : CultureInfo
) : ImageSource
Parameters
- inputImage
Type: ImageSource
- backgroundColor
Type: Color
- isEnabled
Type: Boolean
- parameter
Type: Object
- culture
Type: CultureInfo
Return Value
Type: ImageSource
Returns ImageSource.
.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.