GraphNodeIdConverter::CanConvertTo Method (ITypeDescriptorContext^, Type^)
Visual Studio 2015
Determines whether the GraphNodeId can be converted to the given type.
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::BooleanTrue if this converter can convert the GraphNodeId into the destination type, false otherwise.
Show: