Skip to main content
.NET Framework Class Library
CustomTypeDescriptor..::.GetProperties Method





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

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List
 NameDescription
Public methodGetProperties()()()Returns a collection of property descriptors for the object represented by this type descriptor.
Public methodGetProperties(array<Attribute>[]()[])Returns a filtered collection of property descriptors for the object represented by this type descriptor.
Top
Remarks

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.