ExpandablePropertiesConverterGetProperties Method
Returns a collection of properties for the type of array specified by the value parameter, using the specified context and attributes.
Namespace: KGySoft.ComponentModelAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public override PropertyDescriptorCollection GetProperties(
ITypeDescriptorContext? context,
Object value,
Attribute[]? attributes
)
Public Overrides Function GetProperties (
context As ITypeDescriptorContext,
value As Object,
attributes As Attribute()
) As PropertyDescriptorCollection
public:
virtual PropertyDescriptorCollection^ GetProperties(
ITypeDescriptorContext^ context,
Object^ value,
array<Attribute^>^ attributes
) override
abstract GetProperties :
context : ITypeDescriptorContext *
value : Object *
attributes : Attribute[] -> PropertyDescriptorCollection
override GetProperties :
context : ITypeDescriptorContext *
value : Object *
attributes : Attribute[] -> PropertyDescriptorCollection
- context ITypeDescriptorContext
- An ITypeDescriptorContext that provides a format context.
- value Object
- An Object that specifies the type of array for which to get properties.
- attributes Attribute
- An array of type Attribute that is used as a filter.
PropertyDescriptorCollectionA
PropertyDescriptorCollection with the properties that are exposed for this data type, or
if there are no properties.