Windows apps
Collapse the table of content
Expand the table of content
Information
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.

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

 

Attempts to convert the specified object (string) to a TemplateKey.

Namespace:   System.Windows.Markup
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
virtual Object^ ConvertFrom(
	ITypeDescriptorContext^ context,
	CultureInfo^ culture,
	Object^ source
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

A format context that provides information about the environment from which this converter is being invoked.

culture
Type: System.Globalization::CultureInfo^

Culture specific information.

source
Type: System::Object^

The object to convert.

Return Value

Type: System::Object^

Always throws an exception.

Exception Condition
NotSupportedException

source cannot be converted.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft