GraphNodeIdConverter::ConvertFrom Method (ITypeDescriptorContext^, CultureInfo^, Object^)

 

Converts from a type to a GraphNodeId.

Namespace:   Microsoft.VisualStudio.GraphModel
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.

Return Value

Type: System::Object^

The GraphNodeId converted from the given value.

Return to top
Show: