Skip to main content
.NET Framework Class Library
TypeDescriptor..::.GetAttributes Method





Returns the collection of attributes for a component or a type.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List
 NameDescription
Public methodStatic memberGetAttributes(Object)Returns the collection of attributes for the specified component.
Public methodStatic memberGetAttributes(Type)Returns a collection of attributes for the specified type of component.
Public methodStatic memberGetAttributes(Object, Boolean)Returns a collection of attributes for the specified component and a Boolean indicating that a custom type descriptor has been created.
Top