Click or drag to resize

PropertyBagICustomTypeDescriptorGetProperties Method (Attribute)

Returns the properties for this instance of a component using the attribute array as a filter.

Namespace:  SD.Tools.Algorithmia.GeneralDataStructures.PropertyEditing
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0711)
Syntax
PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties(
	Attribute[] attributes
)

Parameters

attributes
Type: SystemAttribute
An array of type Attribute that is used as a filter.

Return Value

Type: PropertyDescriptorCollection
A PropertyDescriptorCollection that represents the filtered properties for this component instance.

Implements

ICustomTypeDescriptorGetProperties(Attribute)
See Also