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

 

Determines whether the GraphNodeId can be converted to the given type.

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
virtual bool CanConvertTo(
	ITypeDescriptorContext^ context,
	Type^ destinationType
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

The type descriptor context.

destinationType
Type: System::Type^

The type to convert to.

Return Value

Type: System::Boolean

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

Return to top
Show: