Share via


UserContextTypeConverter.ConvertFrom Method (ITypeDescriptorContext, CultureInfo, Object)

This method is not used by the Visual Studio SDK. Converts the specified value object to a Help context object by using the specified format context.

Namespace:  Microsoft.VisualStudio.Modeling.Design
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.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 format context.

  • culture
    Type: CultureInfo

    The culture information, or null for the current culture.

  • value
    Type: Object

    The object to convert.

Return Value

Type: Object
The converted value.

.NET Framework Security

See Also

Reference

UserContextTypeConverter Class

ConvertFrom Overload

Microsoft.VisualStudio.Modeling.Design Namespace