TypeConverter.SimplePropertyDescriptor Class
Represents an abstract (MustInherit in Visual Basic) class that provides properties for objects that do not have properties.
For a list of all members of this type, see TypeConverter.SimplePropertyDescriptor Members.
System.Object
System.ComponentModel.MemberDescriptor
System.ComponentModel.PropertyDescriptor
System.ComponentModel.TypeConverter.SimplePropertyDescriptor
[Visual Basic] MustInherit Protected Class TypeConverter.SimplePropertyDescriptor Inherits PropertyDescriptor [C#] protected abstract class TypeConverter.SimplePropertyDescriptor : PropertyDescriptor [C++] protected __gc __abstract class TypeConverter.SimplePropertyDescriptor : public PropertyDescriptor [JScript] protected abstract class TypeConverter.SimplePropertyDescriptor extends PropertyDescriptor
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
Notes to Inheritors: When you inherit from TypeConverter.SimplePropertyDescriptor, you must override the GetValue and SetValue methods.
Example
For an example on this class, see the example in PropertyDescriptor.
Requirements
Namespace: System.ComponentModel
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System (in System.dll)
See Also
TypeConverter.SimplePropertyDescriptor Members | System.ComponentModel Namespace | TypeConverter | PropertyDescriptor