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.
TypeDescriptor.GetProperties Method
Visual Studio 2010
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.
| Name | Description | |
|---|---|---|
|
GetProperties(Object) | Returns the collection of properties for a specified component. |
|
GetProperties(Type) | Returns the collection of properties for a specified type of component. |
|
GetProperties(Object, Attribute()) | Returns the collection of properties for a specified component using a specified array of attributes as a filter. |
|
GetProperties(Object, Boolean) | Returns the collection of properties for a specified component using the default type descriptor. |
|
GetProperties(Type, Attribute()) | Returns the collection of properties for a specified type of component using a specified array of attributes as a filter. |
|
GetProperties(Object, 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. |
Community Additions
Show: