Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Returns the collection of properties on a component or type.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetProperties(Object^)

Returns the collection of properties for a specified component.

System_CAPS_pubmethodSystem_CAPS_staticGetProperties(Object^, array<Attribute^>^)

Returns the collection of properties for a specified component using a specified array of attributes as a filter.

System_CAPS_pubmethodSystem_CAPS_staticGetProperties(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.

System_CAPS_pubmethodSystem_CAPS_staticGetProperties(Object^, Boolean)

Returns the collection of properties for a specified component using the default type descriptor.

System_CAPS_pubmethodSystem_CAPS_staticGetProperties(Type^)

Returns the collection of properties for a specified type of component.

System_CAPS_pubmethodSystem_CAPS_staticGetProperties(Type^, array<Attribute^>^)

Returns the collection of properties for a specified type of component using a specified array of attributes as a filter.

Return to top
Show:
© 2017 Microsoft