ImageSourceConverter.CanConvertFrom Method (ITypeDescriptorContext, Type)

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Determines whether the converter can convert an object of the given type to an instance of ImageSource.

Namespace:  System.Windows.Media
Assembly:  System.Windows (in System.Windows.dll)

Syntax

'Declaration
Public Overrides Function CanConvertFrom ( _
    context As ITypeDescriptorContext, _
    sourceType As Type _
) As Boolean
public override bool CanConvertFrom(
    ITypeDescriptorContext context,
    Type sourceType
)

Parameters

  • sourceType
    Type: System.Type
    The type of the source that is being evaluated for conversion.

Return Value

Type: System.Boolean
true if the converter can convert the provided type to an instance of ImageSource; otherwise, false.

Version Information

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.