GraphNodeIdConverter::ConvertFrom Method (ITypeDescriptorContext^, CultureInfo^, Object^)
Visual Studio 2015
Converts from a type to a GraphNodeId.
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^
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 from.
Show: