Windows apps
Collapse the table of content
Expand the table of content
Information
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.

MemberDescriptor::Attributes Property

 

Gets the collection of attributes for this member.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
property AttributeCollection^ Attributes {
	virtual AttributeCollection^ get();
}

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
Return to top
Show:
© 2017 Microsoft