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.
PropertyDescriptor Constructor
.NET Framework (current version)
Initializes a new instance of the PropertyDescriptor class.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | PropertyDescriptor(MemberDescriptor^) | Initializes a new instance of the PropertyDescriptor class with the name and attributes in the specified MemberDescriptor. |
![]() | PropertyDescriptor(MemberDescriptor^, array<Attribute^>^) | Initializes a new instance of the PropertyDescriptor class with the name in the specified MemberDescriptor and the attributes in both the MemberDescriptor and the Attribute array. |
![]() | PropertyDescriptor(String^, array<Attribute^>^) | Initializes a new instance of the PropertyDescriptor class with the specified name and attributes. |
Show:
