PropertyDescriptor Constructor

 

Initializes a new instance of the PropertyDescriptor class.

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

NameDescription
System_CAPS_protmethodPropertyDescriptor(MemberDescriptor^)

Initializes a new instance of the PropertyDescriptor class with the name and attributes in the specified MemberDescriptor.

System_CAPS_protmethodPropertyDescriptor(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.

System_CAPS_protmethodPropertyDescriptor(String^, array<Attribute^>^)

Initializes a new instance of the PropertyDescriptor class with the specified name and attributes.

Return to top
Show: