The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TypeDescriptor::CreateProperty Method
.NET Framework (current version)
Creates a new property descriptor for an existing property of a component.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CreateProperty(Type^, PropertyDescriptor^, array<Attribute^>^) | Creates a new property descriptor from an existing property descriptor, using the specified existing PropertyDescriptor and attribute array. |
![]() ![]() | CreateProperty(Type^, String^, Type^, array<Attribute^>^) | Creates and dynamically binds a property descriptor to a type, using the specified property name, type, and attribute array. |
Show:

