GraphNodeIdConverter.CanConvertTo(ITypeDescriptorContext, Type) Method

Definition

Determines if the GraphNodeId can be converted to the given type

public:
 override bool CanConvertTo(System::ComponentModel::ITypeDescriptorContext ^ context, Type ^ destinationType);
public override bool CanConvertTo (System.ComponentModel.ITypeDescriptorContext context, Type destinationType);
override this.CanConvertTo : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertTo (context As ITypeDescriptorContext, destinationType As Type) As Boolean

Parameters

context
ITypeDescriptorContext

The type descriptor context

destinationType
Type

The type to convert to

Returns

True if this converter can convert the GraphNodeId into the destination type, false otherwise

Applies to