|
RangeTypeConverterGetProperties Method (ITypeDescriptorContext, Object, Attribute)
|
Returns a collection of properties for the type of array specified by the value parameter, using the specified context and attributes.
Namespace:
Accord.Controls
Assembly:
Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax 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
Request Example
View SourceParameters
- context
- Type: System.ComponentModelITypeDescriptorContext
An ITypeDescriptorContext that provides a format context. - value
- Type: SystemObject
An Object that specifies the type of array for which to get properties. - attributes
- Type: SystemAttribute
An array of type Attribute that is used as a filter.
Return Value
Type:
PropertyDescriptorCollection
A
PropertyDescriptorCollection with the properties that are exposed for this data type, or null if there are no properties.
See Also