System.ComponentModel.PropertyDescriptor Class

Provides an abstraction of a property on a class.

See Also: PropertyDescriptor Members

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public abstract class PropertyDescriptor : MemberDescriptor

Remarks

A description of a property consists of a name, its attributes, the component class that the property is associated with, and the type of the property.

System.ComponentModel.PropertyDescriptor provides the following properties and methods:

System.ComponentModel.PropertyDescriptor also provides the following abstract properties and methods:

Typically, the abstract members are implemented through reflection. For more information about reflection, see the topics in Reflection.

Requirements

Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0, 4.0.0.0