GraphNodeIdConverter::ConvertTo Method (ITypeDescriptorContext^, CultureInfo^, Object^, Type^)
Visual Studio 2015
Converts this to another type. Currently supports strings and any embedded data types.
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^
The type descriptor context for the conversion.
- culture
-
Type:
System.Globalization::CultureInfo^
The culture for the conversion.
- value
-
Type:
System::Object^
The value to convert.
- destinationType
-
Type:
System::Type^
The type to convert to.
Show: