This topic has not yet been rated - Rate this topic

CustomTypeDescriptor.GetProperties Method

Returns a collection of property descriptors for the object represented by this type descriptor.
Name Description
CustomTypeDescriptor.GetProperties () Returns a collection of property descriptors for the object represented by this type descriptor.
CustomTypeDescriptor.GetProperties (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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.