Gets the collection of attributes for this member.
[Visual Basic] Overridable Public ReadOnly Property Attributes As _ MemberAttributeCollection [C#] public MemberAttributeCollection Attributes {virtual get;} [C++] public: __property virtual MemberAttributeCollection* get_Attributes(); [JScript] public function get Attributes() : MemberAttributeCollection;
A MemberAttributeCollection that provides the attributes for this member. If there are no attributes in the AttributeArray, then the property value is an empty collection.
If there is no MemberAttributeCollection for this member, this property calls CreateAttributeCollection to create a new MemberAttributeCollection using the array of MemberAttributes that you passed to the constructor.
MemberDescriptor Class | MemberDescriptor Members | System.ComponentModel Namespace | AttributeArray