Child Property Type DescriptorGet Properties(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.
Definition
Namespace: EWSoftware.PDI.Binding
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Returns a PropertyDescriptorCollection that contains property descriptors for the object and its child properties.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public override PropertyDescriptorCollection GetProperties(
Attribute[] attributes
)VB
Public Overrides Function GetProperties (
attributes As Attribute()
) As PropertyDescriptorCollectionC++
public:
virtual PropertyDescriptorCollection^ GetProperties(
array<Attribute^>^ attributes
) overrideF#
abstract GetProperties :
attributes : Attribute[] -> PropertyDescriptorCollection
override GetProperties :
attributes : Attribute[] -> PropertyDescriptorCollection Parameters
- attributes Attribute
- An array of attributes to use as a filter or null for no filter
Return Value
PropertyDescriptorCollectionReturns a PropertyDescriptorCollection that contains property descriptors for the object and its child properties.