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