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.
UriTypeConverter::CanConvertTo Method (ITypeDescriptorContext^, Type^)
.NET Framework (current version)
Returns whether this converter can convert the object to the specified type, using the specified context.
Assembly: System (in System.dll)
public: virtual bool CanConvertTo( ITypeDescriptorContext^ context, Type^ destinationType ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
An System.ComponentModel::ITypeDescriptorContext that provides a format context.
- destinationType
-
Type:
System::Type^
A Type that represents the type that you want to convert to.
Return Value
Type: System::Booleantrue if destinationType is of type System.ComponentModel.Design.Serialization::InstanceDescriptor, String, or Uri; otherwise, false.
.NET Framework
Available since 2.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 2.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: