FileItemGetProperties(Attribute) Method

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

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public PropertyDescriptorCollection GetProperties(
	Attribute[] attributes
)

Parameters

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

Return Value

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

Implements

ICustomTypeDescriptorGetProperties(Attribute)

See Also