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
.NET Framework 2.0
Returns the collection of properties on a component or type.
TypeDescriptor Members
System.ComponentModel Namespace
PropertyDescriptor
PropertyDescriptorCollection
System.ComponentModel.CustomTypeDescriptor.GetProperties
GetDefaultProperty
CreateProperty
GetAttributes
GetEvents
| Name | Description |
|---|---|
| TypeDescriptor.GetProperties (Object) | Returns the collection of properties for a specified component. Supported by the .NET Compact Framework. |
| TypeDescriptor.GetProperties (Type) | Returns the collection of properties for a specified type of component. Supported by the .NET Compact Framework. |
| TypeDescriptor.GetProperties (Object, Attribute[]) | Returns the collection of properties for a specified component using a specified array of attributes as a filter. |
| TypeDescriptor.GetProperties (Object, Boolean) | Returns the collection of properties for a specified component using the default type descriptor. Supported by the .NET Compact Framework. |
| TypeDescriptor.GetProperties (Type, Attribute[]) | Returns the collection of properties for a specified type of component using a specified array of attributes as a filter. |
| TypeDescriptor.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. |
Reference
TypeDescriptor ClassTypeDescriptor Members
System.ComponentModel Namespace
PropertyDescriptor
PropertyDescriptorCollection
System.ComponentModel.CustomTypeDescriptor.GetProperties
GetDefaultProperty
CreateProperty
GetAttributes
GetEvents
Other Resources
How to: Access Design-Time ServicesCommunity Additions
Show: