InputScopeNameConverter.CanConvertTo Method (ITypeDescriptorContext, Type)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Determines whether conversion is possible to the specified type from a InputScopeName object.
Namespace: System.Windows.Input
Assembly: System.Windows (in System.Windows.dll)
Syntax
'Declaration
Public Overrides Function CanConvertTo ( _
context As ITypeDescriptorContext, _
destinationType As Type _
) As Boolean
public override bool CanConvertTo(
ITypeDescriptorContext context,
Type destinationType
)
Parameters
- context
Type: System.ComponentModel.ITypeDescriptorContext
An ITypeDescriptorContext that provides a format context.
- destinationType
Type: System.Type
The intended destination type for the conversion.
Return Value
Type: System.Boolean
true if destinationType is a type that this converter can convert to InputScopeName; otherwise, false.
Remarks
Version Notes
Silverlight for the desktop
Do not use for a Silverlight for the desktop application.
Silverlight for Windows Phone
For more information on SIP and input scopes for Silverlight for Windows Phone, see How to: Specify On-Screen Keyboard Layout for a TextBox.
Version Information
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
See Also