ExpandablePropertiesConverterGetProperties Method

Returns a collection of properties for the type of array specified by the value parameter, using the specified context and attributes.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public override PropertyDescriptorCollection GetProperties(
	ITypeDescriptorContext? context,
	Object value,
	Attribute[]? attributes
)

Parameters

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.

Return Value

PropertyDescriptorCollection
A PropertyDescriptorCollection with the properties that are exposed for this data type, or if there are no properties.

See Also