UserContextTypeConverter Class

Definition

Caution

This class is deprecated. Use the facilities in the DSL domain model to define help system bindings.

public ref class UserContextTypeConverter : System::ComponentModel::TypeConverter
[System.Obsolete("This class is deprecated.  Use the facilities in the DSL domain model to define help system bindings.")]
public class UserContextTypeConverter : System.ComponentModel.TypeConverter
[<System.Obsolete("This class is deprecated.  Use the facilities in the DSL domain model to define help system bindings.")>]
type UserContextTypeConverter = class
    inherit TypeConverter
Public Class UserContextTypeConverter
Inherits TypeConverter
Inheritance
UserContextTypeConverter
Attributes

Constructors

UserContextTypeConverter()

Methods

CanConvertFrom(ITypeDescriptorContext, Type)
CanConvertTo(ITypeDescriptorContext, Type)
ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)
ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)

Applies to