Initializes a new instance of the PropertyDescriptor class.
Initializes a new instance of the PropertyDescriptor class with the specified name and attributes.
[Visual Basic] Overloads Protected Sub New(String, MemberAttribute())
[C#] protected PropertyDescriptor(String, MemberAttribute[]);
[C++] protected: PropertyDescriptor(String*, MemberAttribute[]);
[JScript] protected function PropertyDescriptor(String, MemberAttribute[]);
Initializes a new instance of the PropertyDescriptor class with the name and attributes in the specified MemberDescriptor.
[Visual Basic] Overloads Protected Sub New(MemberDescriptor)
[C#] protected PropertyDescriptor(MemberDescriptor);
[C++] protected: PropertyDescriptor(MemberDescriptor*);
[JScript] protected function PropertyDescriptor(MemberDescriptor);
Initializes a new instance of the PropertyDescriptor class with the name in the specified MemberDescriptor and the attributes in both the MemberDescriptor and the MemberAttribute array.
[Visual Basic] Overloads Protected Sub New(MemberDescriptor, MemberAttribute())
[C#] protected PropertyDescriptor(MemberDescriptor, MemberAttribute[]);
[C++] protected: PropertyDescriptor(MemberDescriptor*, MemberAttribute[]);
[JScript] protected function PropertyDescriptor(MemberDescriptor, MemberAttribute[]);
PropertyDescriptor Class | PropertyDescriptor Members | System.ComponentModel Namespace