Share via


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)

Syntax

'Declaration
Public Overrides Function ConvertFrom ( _
    context As ITypeDescriptorContext, _
    culture As CultureInfo, _
    value As Object _
) As Object
public override Object ConvertFrom(
    ITypeDescriptorContext context,
    CultureInfo culture,
    Object value
)
public:
virtual Object^ ConvertFrom(
    ITypeDescriptorContext^ context, 
    CultureInfo^ culture, 
    Object^ value
) override
abstract ConvertFrom : 
        context:ITypeDescriptorContext * 
        culture:CultureInfo * 
        value:Object -> Object  
override ConvertFrom : 
        context:ITypeDescriptorContext * 
        culture:CultureInfo * 
        value:Object -> Object
public override function ConvertFrom(
    context : ITypeDescriptorContext, 
    culture : CultureInfo, 
    value : Object
) : Object

Parameters

  • context
    Type: ITypeDescriptorContext

    The type descriptor context for the conversion.

  • culture
    Type: CultureInfo

    The culture for the conversion.

  • value
    Type: Object

    The value to convert from.

Return Value

Type: Object
The GraphNodeId converted from the given value.

.NET Framework Security

See Also

Reference

GraphNodeIdConverter Class

ConvertFrom Overload

Microsoft.VisualStudio.GraphModel Namespace