SourceLocationTypeConverter::CanConvertFrom Method (ITypeDescriptorContext^, Type^)
Visual Studio 2015
Returns whether this converter can convert an object of the given type to the type of this converter, by using the specified context.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
public: virtual bool CanConvertFrom( ITypeDescriptorContext^ context, Type^ sourceType ) override
Parameters
- context
- Type: System.ComponentModel::ITypeDescriptorContext^
- sourceType
- Type: System::Type^
Show: