InputScopeConverter::ConvertFrom Method (ITypeDescriptorContext^, CultureInfo^, Object^)

 

Converts a source object (string) into an InputScope object.

Namespace:   System.Windows.Input
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.

Return Value

Type: System::Object^

An InputScope object converted from the specified source object.

.NET Framework
Available since 3.0
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 7.1
Return to top
Show: