TypeDescriptor::GetProperties Method
.NET Framework (current version)
Returns the collection of properties on a component or type.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetProperties(Object^) | Returns the collection of properties for a specified component. |
![]() ![]() | GetProperties(Object^, array<Attribute^>^) | Returns the collection of properties for a specified component using a specified array of attributes as a filter. |
![]() ![]() | GetProperties(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. |
![]() ![]() | GetProperties(Object^, Boolean) | Returns the collection of properties for a specified component using the default type descriptor. |
![]() ![]() | GetProperties(Type^) | Returns the collection of properties for a specified type of component. |
![]() ![]() | GetProperties(Type^, array<Attribute^>^) | Returns the collection of properties for a specified type of component using a specified array of attributes as a filter. |
Show:

