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.

CustomTypeDescriptor::GetProperties Method

 

Returns a collection of property descriptors for the object represented by this type descriptor.

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

NameDescription
System_CAPS_pubmethodGetProperties()

Returns a collection of property descriptors for the object represented by this type descriptor.

System_CAPS_pubmethodGetProperties(array<Attribute^>^)

Returns a filtered collection of property descriptors for the object represented by this type descriptor.

The GetProperties method returns a collection of property descriptors for the object this type descriptor is representing. An optional attribute array may be provided to filter the collection that is returned. If no parent is provided, the method will return Empty.

Return to top
Show:
© 2017 Microsoft