MemberDescriptor::Attributes Property
.NET Framework (current version)
Gets the collection of attributes for this member.
Assembly: System (in System.dll)
Property Value
Type: System.ComponentModel::AttributeCollection^An AttributeCollection that provides the attributes for this member, or an empty collection if there are no attributes in the AttributeArray.
If there is no AttributeCollection for this member, this property calls the CreateAttributeCollection method to create a new AttributeCollection using the array of Attribute objects passed to the constructor.
.NET Framework
Available since 1.1
Available since 1.1
Show: