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 (MemberDescriptor^, array<Attribute^>^)
.NET Framework (current version)
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.
Assembly: System (in System.dll)
Parameters
- descr
-
Type:
System.ComponentModel::MemberDescriptor^
A MemberDescriptor containing the name of the member and its attributes.
- attrs
-
Type:
array<System::Attribute^>^
An Attribute array containing the attributes you want to associate with the property.
This constructor appends the attributes in the Attribute array to the attributes in the MemberDescriptor.
.NET Framework
Available since 1.1
Available since 1.1
Show: