SourceLocationTypeConverter::ConvertFrom Method (ITypeDescriptorContext^, CultureInfo^, Object^)
Visual Studio 2015
Converts the given object to a SourceLocation instance, by using the specified context and culture information.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
public: virtual Object^ ConvertFrom( ITypeDescriptorContext^ context, CultureInfo^ culture, Object^ value ) override
Parameters
- context
- Type: System.ComponentModel::ITypeDescriptorContext^
- culture
- Type: System.Globalization::CultureInfo^
- value
- Type: System::Object^
Show: