PointDConverter::CanConvertTo Method (ITypeDescriptorContext^, Type^)

 

Returns whether this converter can convert the object to the specified type, using the specified context.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
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
Return to top
Show: