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.

VirtualizationCacheLengthConverter::CanConvertFrom Method (ITypeDescriptorContext^, Type^)

.NET Framework (current version)
 

Determines whether the VirtualizationCacheLengthConverter can convert an object of the specified type to a VirtualizationCacheLength, using the specified context.

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

public:
virtual bool CanConvertFrom(
	ITypeDescriptorContext^ typeDescriptorContext,
	Type^ sourceType
) override

Parameters

typeDescriptorContext
Type: System.ComponentModel::ITypeDescriptorContext^

An object that provides a format context.

sourceType
Type: System::Type^

The type to convert from.

Return Value

Type: System::Boolean

true if the VirtualizationCacheLengthConverter can convert the specified type to a VirtualizationCacheLength; otherwise, false.

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