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::CanConvertFrom Method (ITypeDescriptorContext^, Type^)

 

Returns a value that indicates whether this converter can convert an object of the specified type to the type of this converter, using the specified context.

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

public:
virtual bool CanConvertFrom(
	ITypeDescriptorContext^ td,
	Type^ t
) override

Parameters

td
Type: System.ComponentModel::ITypeDescriptorContext^

The format context.

t
Type: System::Type^

The type to convert from.

Return Value

Type: System::Boolean

true if this converter can perform the conversion; otherwise, false.

CanConvertFrom 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