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.
DiscoveryVersionConverter::CanConvertTo Method (ITypeDescriptorContext^, Type^)
.NET Framework (current version)
Returns a value that indicates whether it is possible to change the given DiscoveryVersion to the specified type and using the specified context and culture information.
Assembly: System.ServiceModel.Discovery (in System.ServiceModel.Discovery.dll)
public: virtual bool CanConvertTo( ITypeDescriptorContext^ context, Type^ destinationType ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
Type descriptor format information that assists in the conversion of a DiscoveryVersion object to another type.
- destinationType
-
Type:
System::Type^
The type to which the DiscoveryVersion object is changed.
Return Value
Type: System::Booleantrue if it is possible to change the specified DiscoveryVersion object to the specified type; otherwise, false.
.NET Framework
Available since 4.0
Available since 4.0
Show: