InputScopeConverter.CanConvertTo Method (ITypeDescriptorContext, Type)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Determines whether conversion is possible to the specified type from a InputScope object.

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

Syntax

Public Overrides Function CanConvertTo ( _
    context As ITypeDescriptorContext, _
    destinationType As Type _
) As Boolean
public override bool CanConvertTo(
    ITypeDescriptorContext context,
    Type destinationType
)

Parameters

  • destinationType
    Type: System..::.Type
    The intended destination type for the conversion.

Return Value

Type: System..::.Boolean
This implementation always returns false.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

InputScopeConverter Class

CanConvertTo Overload

System.Windows.Input Namespace