InputScopeNameConverter::ConvertFrom Method (ITypeDescriptorContext^, CultureInfo^, Object^)
.NET Framework (current version)
Converts the specified object to a InputScopeName.
Assembly: PresentationCore (in PresentationCore.dll)
public: virtual Object^ ConvertFrom( ITypeDescriptorContext^ context, CultureInfo^ culture, Object^ source ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
Describes the context information of a type.
- culture
-
Type:
System.Globalization::CultureInfo^
Describes the CultureInfo of the type being converted.
- source
-
Type:
System::Object^
The object being converted.
.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: