Skip to main content
.NET Framework Class Library
TypeDescriptor..::.CreateProperty Method





Creates a new property descriptor for an existing property of a component.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List
 NameDescription
Public methodStatic memberCreateProperty(Type, PropertyDescriptor, array<Attribute>[]()[])Creates a new property descriptor from an existing property descriptor, using the specified existing PropertyDescriptor and attribute array.
Public methodStatic memberCreateProperty(Type, String, Type, array<Attribute>[]()[])Creates and dynamically binds a property descriptor to a type, using the specified property name, type, and attribute array.
Top