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.

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

 

Converts the specified object to a RequestCachePolicy object.

Namespace:   System.Windows.Media
Assembly:  PresentationCore (in PresentationCore.dll)

public:
virtual Object^ ConvertFrom(
	ITypeDescriptorContext^ td,
	CultureInfo^ ci,
	Object^ value
) override

Parameters

td
Type: System.ComponentModel::ITypeDescriptorContext^

The format context.

ci
Type: System.Globalization::CultureInfo^

The current culture.

value
Type: System::Object^

The object to convert.

Return Value

Type: System::Object^

An object that represents the converted value.

Exception Condition
ArgumentException

value is null or is not of a valid type.

ConvertFrom is introduced in the .NET Framework version 3.5. For more information, see .NET Framework Versions and Dependencies.

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