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





Returns the collection of properties on a component or 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 memberGetProperties(Object)Returns the collection of properties for a specified component.
Public methodStatic memberGetProperties(Type)Returns the collection of properties for a specified type of component.
Public methodStatic memberGetProperties(Object, array<Attribute>[]()[])Returns the collection of properties for a specified component using a specified array of attributes as a filter.
Public methodStatic memberGetProperties(Object, Boolean)Returns the collection of properties for a specified component using the default type descriptor.
Public methodStatic memberGetProperties(Type, array<Attribute>[]()[])Returns the collection of properties for a specified type of component using a specified array of attributes as a filter.
Public methodStatic memberGetProperties(Object, array<Attribute>[]()[], Boolean)Returns the collection of properties for a specified component using a specified array of attributes as a filter and using a custom type descriptor.
Top