TypeDescriptor::CreateProperty Method

 

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

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreateProperty(Type^, PropertyDescriptor^, array<Attribute^>^)

Creates a new property descriptor from an existing property descriptor, using the specified existing PropertyDescriptor and attribute array.

System_CAPS_pubmethodSystem_CAPS_staticCreateProperty(Type^, String^, Type^, array<Attribute^>^)

Creates and dynamically binds a property descriptor to a type, using the specified property name, type, and attribute array.

Return to top
Show: