Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

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:
© 2017 Microsoft