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: