[]
        
(Showing Draft Content)

FarPoint.Web.Chart.DoubleCollectionCustomTypeDescriptor.GetProperties

GetProperties Method

GetProperties()

Returns a collection of property descriptors for the object represented by this type descriptor.

Declaration
public override PropertyDescriptorCollection GetProperties()
Public Overrides Function GetProperties() As PropertyDescriptorCollection
Returns
Type Description
PropertyDescriptorCollection

A collection of property descriptors.

Overrides

GetProperties(Attribute[])

Returns a collection of property descriptors for the object represented by this type descriptor.

Declaration
public override PropertyDescriptorCollection GetProperties(Attribute[] attributes)
Public Overrides Function GetProperties(attributes As Attribute()) As PropertyDescriptorCollection
Parameters
Type Name Description
Attribute[] attributes

An array of attributes to use as a filter. This can be null.

Returns
Type Description
PropertyDescriptorCollection

A collection of property descriptors.

Overrides