Click or drag to resize
PropertyBag.ICustomTypeDescriptor.GetProperties 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.2.0.0 (1.2.14.1118)
Syntax
PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties(
	Attribute[] attributes
)

Parameters

attributes
Type:System.Attribute[]
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

ICustomTypeDescriptor.GetProperties(Attribute[])
See Also