ChildPropertyTypeDescriptorGetProperties(Attribute) Method
This is overridden to return a property descriptors for the object represented by this type
descriptor along with extra property descriptors for its child properties.
Namespace: EWSoftware.PDI.BindingAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public override PropertyDescriptorCollection GetProperties(
Attribute[] attributes
)
Public Overrides Function GetProperties (
attributes As Attribute()
) As PropertyDescriptorCollection
public:
virtual PropertyDescriptorCollection^ GetProperties(
array<Attribute^>^ attributes
) override
abstract GetProperties :
attributes : Attribute[] -> PropertyDescriptorCollection
override GetProperties :
attributes : Attribute[] -> PropertyDescriptorCollection
- attributes Attribute
- An array of attributes to use as a filter or null for no filter
PropertyDescriptorCollectionReturns a
PropertyDescriptorCollection that contains property descriptors for
the object and its child properties.
ICustomTypeDescriptorGetProperties(Attribute)