Retrieves an array of member attributes for the given object.
[Visual Basic] Function GetAttributes() As MemberAttributeCollection [C#] MemberAttributeCollection GetAttributes(); [C++] MemberAttributeCollection* GetAttributes() = 0; [JScript] function GetAttributes() : MemberAttributeCollection;
the array of attributes on the class. This will never be null.
ICustomTypeDescriptor Interface | ICustomTypeDescriptor Members | System.ComponentModel Namespace