PointDConverter::CanConvertTo Method (ITypeDescriptorContext^, Type^)
Visual Studio 2015
Returns whether this converter can convert the object to the specified type, using the specified context.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: virtual bool CanConvertTo( ITypeDescriptorContext^ context, Type^ destinationType ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
An ITypeDescriptorContext that provides a format context.
- destinationType
-
Type:
System::Type^
A Type that represents the type you want to convert to.
Return Value
Type: System::Boolean
Show: