GraphNodeIdConverter::CanConvertFrom Method (ITypeDescriptorContext^, Type^)
Visual Studio 2015
Determines whether the GraphNodeId can be converted from the given type.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
public: virtual bool CanConvertFrom( ITypeDescriptorContext^ context, Type^ sourceType ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
The type descriptor context for the conversion.
- sourceType
-
Type:
System::Type^
The type to convert from.
Show: