The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
InputScopeConverter::ConvertFrom Method (ITypeDescriptorContext^, CultureInfo^, Object^)
.NET Framework (current version)
Converts a source object (string) into an InputScope object.
Assembly: PresentationCore (in PresentationCore.dll)
public: virtual Object^ ConvertFrom( ITypeDescriptorContext^ context, CultureInfo^ culture, Object^ source ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
An object that describes any type descriptor context. This object must implement the ITypeDescriptorContext interface. This parameter may be null.
- culture
-
Type:
System.Globalization::CultureInfo^
A CultureInfo object containing any cultural context for the conversion. This parameter may be null.
- source
-
Type:
System::Object^
A source object to convert from. This object must be a string.
.NET Framework
Available since 3.0
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 7.1
Available since 3.0
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 7.1
Show: